2024-01-18T07:14:58.185 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T07:14:58.185 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671 --owner scheduled_yuriw@teuthology --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671/orig.config.yaml 2024-01-18T07:14:58.227 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T07:14:58.315 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7519671' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-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-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFhN6AJwkWImjy/xKTWIMZlqWhrgN79AqNPhzi2B/eA+Rf9PFXzWX/O1Q7kLxwGNGpQXiK2382oBgh6lp6xhMgU= smithi087.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD5+H/Iu0c3JqKBvl3aVdf+yZ5TDK87fTgR96xHW3PfqZJkvu9wEwtttgnTDZg5IfDs11TZGS2xy7exfFPpRVUI= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-17_22:43:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T07:14:58.315 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T07:14:58.316 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T07:14:58.316 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T07:14:58.318 INFO:teuthology.task.internal:Checking packages... 2024-01-18T07:14:58.343 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T07:14:58.343 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T07:14:58.343 INFO:teuthology.packaging:ref: None 2024-01-18T07:14:58.343 INFO:teuthology.packaging:tag: None 2024-01-18T07:14:58.343 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T07:14:58.343 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:14:58.343 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T07:14:58.580 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-18T07:14:58.582 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T07:14:58.588 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T07:14:58.588 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T07:14:58.611 INFO:teuthology.task.internal:Saving configuration 2024-01-18T07:14:58.627 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T07:14:58.633 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T07:14:58.656 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671', '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-01-18 07:09:48.213380', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFhN6AJwkWImjy/xKTWIMZlqWhrgN79AqNPhzi2B/eA+Rf9PFXzWX/O1Q7kLxwGNGpQXiK2382oBgh6lp6xhMgU='} 2024-01-18T07:14:58.678 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671', '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-01-18 07:09:48.215378', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD5+H/Iu0c3JqKBvl3aVdf+yZ5TDK87fTgR96xHW3PfqZJkvu9wEwtttgnTDZg5IfDs11TZGS2xy7exfFPpRVUI='} 2024-01-18T07:14:58.678 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T07:14:58.685 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-18T07:14:58.685 INFO:teuthology.task.internal:roles: ubuntu@smithi087.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-18T07:14:58.685 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T07:14:58.752 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f575d4dbe50>, signals=[15]) 2024-01-18T07:14:58.753 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T07:14:58.759 INFO:teuthology.task.internal:Opening connections... 2024-01-18T07:14:58.759 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:14:58.761 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:14:58.839 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi087.front.sepia.ceph.com 2024-01-18T07:14:58.839 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:14:58.911 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T07:14:58.919 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-01-18T07:14:58.938 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-01-18T07:14:58.938 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-01-18T07:14:59.000 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="Red Hat Enterprise Linux" 2024-01-18T07:14:59.000 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8.6 (Ootpa)" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:ID="rhel" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="fedora" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8.6" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://www.redhat.com/" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-18T07:14:59.001 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-18T07:14:59.002 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-18T07:14:59.002 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-01-18T07:14:59.023 DEBUG:teuthology.orchestra.run.smithi087:> uname -m 2024-01-18T07:14:59.044 INFO:teuthology.orchestra.run.smithi087.stdout:x86_64 2024-01-18T07:14:59.045 DEBUG:teuthology.orchestra.run.smithi087:> cat /etc/os-release 2024-01-18T07:14:59.103 INFO:teuthology.orchestra.run.smithi087.stdout:NAME="Red Hat Enterprise Linux" 2024-01-18T07:14:59.103 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION="8.6 (Ootpa)" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:ID="rhel" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:ID_LIKE="fedora" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:VERSION_ID="8.6" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:PLATFORM_ID="platform:el8" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:ANSI_COLOR="0;31" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:HOME_URL="https://www.redhat.com/" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-18T07:14:59.104 INFO:teuthology.orchestra.run.smithi087.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-18T07:14:59.105 INFO:teuthology.lock.ops:Updating smithi087.front.sepia.ceph.com on lock server 2024-01-18T07:14:59.131 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T07:14:59.140 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T07:14:59.153 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T07:14:59.154 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-01-18T07:14:59.156 DEBUG:teuthology.orchestra.run.smithi087:> test '!' -e /home/ubuntu/cephtest 2024-01-18T07:14:59.174 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T07:14:59.180 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T07:14:59.180 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-01-18T07:14:59.219 DEBUG:teuthology.orchestra.run.smithi087:> test -z $(ls -A /var/lib/ceph) 2024-01-18T07:14:59.247 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T07:14:59.301 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T07:14:59.316 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T07:14:59.316 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T07:14:59.316 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T07:14:59.317 DEBUG:teuthology.orchestra.run.smithi087:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T07:14:59.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:14:59.334 DEBUG:teuthology.orchestra.run.smithi087:> uname -r 2024-01-18T07:14:59.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:14:59.335 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-01-18T07:14:59.392 INFO:teuthology.orchestra.run.smithi087.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:14:59.392 INFO:teuthology.task.kernel:Running kernel on smithi087: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:14:59.393 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum install -y kernel 2024-01-18T07:14:59.398 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:14:59.398 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:14:59.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-01-18T07:15:00.894 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2024-01-18T07:15:00.894 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2024-01-18T07:15:00.932 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2024-01-18T07:15:00.932 INFO:teuthology.orchestra.run.smithi087.stdout:Unable to read consumer identity 2024-01-18T07:15:01.140 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:15:01.140 INFO:teuthology.orchestra.run.smithi071.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T07:15:01.140 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:15:01.241 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:15:01.241 INFO:teuthology.orchestra.run.smithi087.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T07:15:01.241 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:15:02.803 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-01-18T07:15:02.959 INFO:teuthology.orchestra.run.smithi087.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2024-01-18T07:15:03.603 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2024-01-18T07:15:03.918 INFO:teuthology.orchestra.run.smithi087.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2024-01-18T07:15:07.211 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 432 kB/s | 24 kB 00:00 2024-01-18T07:15:07.460 INFO:teuthology.orchestra.run.smithi087.stdout:lab-extras 446 kB/s | 24 kB 00:00 2024-01-18T07:15:07.956 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-18T07:15:07.956 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-18T07:15:08.030 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-18T07:15:08.031 INFO:teuthology.orchestra.run.smithi071.stdout:Nothing to do. 2024-01-18T07:15:08.031 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-18T07:15:08.158 DEBUG:teuthology.orchestra.run.smithi071:> echo no | sudo yum reinstall kernel || true 2024-01-18T07:15:08.162 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-18T07:15:08.162 INFO:teuthology.orchestra.run.smithi087.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-18T07:15:08.232 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-01-18T07:15:08.233 INFO:teuthology.orchestra.run.smithi087.stdout:Nothing to do. 2024-01-18T07:15:08.233 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-01-18T07:15:08.369 DEBUG:teuthology.orchestra.run.smithi087:> echo no | sudo yum reinstall kernel || true 2024-01-18T07:15:08.492 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2024-01-18T07:15:08.493 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2024-01-18T07:15:08.703 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2024-01-18T07:15:08.704 INFO:teuthology.orchestra.run.smithi087.stdout:Unable to read consumer identity 2024-01-18T07:15:08.748 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:15:08.748 INFO:teuthology.orchestra.run.smithi071.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T07:15:08.748 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:15:08.976 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:15:08.976 INFO:teuthology.orchestra.run.smithi087.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T07:15:08.976 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:15:09.051 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:02 ago on Thu 18 Jan 2024 07:15:07 AM UTC. 2024-01-18T07:15:09.144 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:15:09.151 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T07:15:09.197 INFO:teuthology.orchestra.run.smithi071.stderr:Error: No packages marked for reinstall. 2024-01-18T07:15:09.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum reinstall -y kernel || true 2024-01-18T07:15:09.282 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:02 ago on Thu 18 Jan 2024 07:15:07 AM UTC. 2024-01-18T07:15:09.362 INFO:teuthology.orchestra.run.smithi087.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-01-18T07:15:09.362 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T07:15:09.406 INFO:teuthology.orchestra.run.smithi087.stderr:Error: No packages marked for reinstall. 2024-01-18T07:15:09.453 DEBUG:teuthology.orchestra.run.smithi087:> sudo yum reinstall -y kernel || true 2024-01-18T07:15:09.576 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2024-01-18T07:15:09.576 INFO:teuthology.orchestra.run.smithi071.stdout:Unable to read consumer identity 2024-01-18T07:15:09.787 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2024-01-18T07:15:09.787 INFO:teuthology.orchestra.run.smithi087.stdout:Unable to read consumer identity 2024-01-18T07:15:09.842 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:15:09.842 INFO:teuthology.orchestra.run.smithi071.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T07:15:09.842 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:15:10.095 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:15:10.095 INFO:teuthology.orchestra.run.smithi087.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-18T07:15:10.095 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:15:10.140 INFO:teuthology.orchestra.run.smithi071.stdout:Last metadata expiration check: 0:00:03 ago on Thu 18 Jan 2024 07:15:07 AM UTC. 2024-01-18T07:15:10.207 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:15:10.207 INFO:teuthology.orchestra.run.smithi071.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T07:15:10.254 INFO:teuthology.orchestra.run.smithi071.stderr:Error: No packages marked for reinstall. 2024-01-18T07:15:10.305 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T07:15:10.395 INFO:teuthology.orchestra.run.smithi087.stdout:Last metadata expiration check: 0:00:03 ago on Thu 18 Jan 2024 07:15:07 AM UTC. 2024-01-18T07:15:10.457 INFO:teuthology.orchestra.run.smithi087.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-01-18T07:15:10.457 INFO:teuthology.orchestra.run.smithi087.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-18T07:15:10.478 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:15:10.478 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:15:10.478 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-18T07:15:10.478 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T07:15:10.478 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T07:15:10.489 INFO:teuthology.orchestra.run.smithi087.stderr:Error: No packages marked for reinstall. 2024-01-18T07:15:10.531 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-01-18T07:15:10.541 DEBUG:teuthology.orchestra.run.smithi087:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T07:15:10.543 DEBUG:teuthology.parallel:result is None 2024-01-18T07:15:10.696 INFO:teuthology.orchestra.run.smithi087.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:15:10.696 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-18T07:15:10.696 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-18T07:15:10.697 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T07:15:10.697 DEBUG:teuthology.orchestra.run.smithi087:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T07:15:10.727 INFO:teuthology.orchestra.run.smithi087.stdout:ttyS1 2024-01-18T07:15:10.756 DEBUG:teuthology.parallel:result is None 2024-01-18T07:15:10.757 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T07:15:10.764 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T07:15:10.764 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T07:15:10.767 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T07:15:10.813 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T07:15:10.820 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T07:15:10.826 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T07:15:10.826 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T07:15:10.828 DEBUG:teuthology.orchestra.run.smithi087:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T07:15:10.880 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T07:15:10.887 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T07:15:10.887 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T07:15:10.891 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:15:10.920 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:15:10.931 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:15:10.945 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:15:10.956 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:15:10.957 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T07:15:10.964 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T07:15:10.965 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T07:15:10.974 DEBUG:teuthology.orchestra.run.smithi087:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T07:15:11.024 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T07:15:11.033 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T07:15:11.033 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T07:15:11.041 DEBUG:teuthology.orchestra.run.smithi087:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T07:15:11.081 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:15:11.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:15:11.199 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:15:11.242 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:15:11.284 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:15:11.284 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T07:15:11.351 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:15:11.391 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:15:11.443 DEBUG:teuthology.orchestra.run.smithi087:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:15:11.526 DEBUG:teuthology.orchestra.run.smithi087:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:15:11.567 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:15:11.568 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T07:15:11.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-01-18T07:15:11.636 DEBUG:teuthology.orchestra.run.smithi087:> sudo service rsyslog restart 2024-01-18T07:15:11.679 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T07:15:11.727 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T07:15:12.004 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T07:15:12.012 INFO:teuthology.task.internal:Starting timer... 2024-01-18T07:15:12.012 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T07:15:12.022 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T07:15:12.031 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-18T07:15:12.031 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-01-18T07:15:12.087 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-01-18T07:15:12.088 DEBUG:teuthology.orchestra.run.smithi087:> sudo service auditd rotate 2024-01-18T07:15:12.158 INFO:teuthology.orchestra.run.smithi087.stdout:Rotating logs: 2024-01-18T07:15:12.159 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T07:15:12.159 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-01-18T07:15:12.184 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-01-18T07:15:12.184 DEBUG:teuthology.orchestra.run.smithi087:> /usr/sbin/getenforce 2024-01-18T07:15:12.215 INFO:teuthology.orchestra.run.smithi087.stdout:Permissive 2024-01-18T07:15:12.215 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi087.front.sepia.ceph.com': 'permissive'} 2024-01-18T07:15:12.216 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T07:15:12.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:15:12.250 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:15:12.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:15:12.282 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T07:15:12.283 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-01-18T07:15:12.328 DEBUG:teuthology.orchestra.run.smithi087:> sudo /usr/sbin/setenforce permissive 2024-01-18T07:15:12.355 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T07:15:12.365 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T07:15:12.380 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-01-18T07:15:12.382 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi087.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T07:23:59.302 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi087.front.sepia.ceph.com')] 2024-01-18T07:23:59.303 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-18T07:23:59.305 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:23:59.383 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-01-18T07:23:59.449 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-01-18T07:23:59.449 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-18T07:23:59.450 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi087.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:23:59.540 DEBUG:teuthology.orchestra.run.smithi087:> true 2024-01-18T07:23:59.614 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi087.front.sepia.ceph.com' 2024-01-18T07:23:59.614 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T07:23:59.625 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T07:23:59.625 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T07:23:59.625 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T07:23:59.627 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T07:23:59.628 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:23:59.657 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T07:23:59.672 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T07:23:59.686 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T07:23:59.703 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T07:23:59.740 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-01-18T07:23:59.752 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-01-18T07:23:59.766 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T07:23:59.779 INFO:teuthology.orchestra.run.smithi087.stderr:sudo: ntpd: command not found 2024-01-18T07:23:59.780 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T07:23:59.791 INFO:teuthology.orchestra.run.smithi087.stdout:506 Cannot talk to daemon 2024-01-18T07:23:59.806 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T07:23:59.820 INFO:teuthology.orchestra.run.smithi087.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T07:23:59.851 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-18T07:23:59.854 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T07:23:59.854 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-18T07:23:59.854 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.854 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.855 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.855 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.890 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2024-01-18T07:23:59.894 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T07:23:59.894 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-01-18T07:23:59.894 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.894 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.894 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.894 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:23:59.895 INFO:teuthology.run_tasks:Running task pexec... 2024-01-18T07:23:59.909 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-18T07:23:59.909 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:23:59.910 DEBUG:teuthology.orchestra.run.smithi071:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T07:23:59.910 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi087.front.sepia.ceph.com 2024-01-18T07:23:59.910 DEBUG:teuthology.orchestra.run.smithi087:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T07:24:00.284 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2024-01-18T07:24:00.310 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2024-01-18T07:24:02.074 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 35 kB/s | 4.5 kB 00:00 2024-01-18T07:24:02.176 INFO:teuthology.orchestra.run.smithi087.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2024-01-18T07:24:02.687 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2024-01-18T07:24:02.808 INFO:teuthology.orchestra.run.smithi087.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2024-01-18T07:24:05.607 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-01-18T07:24:05.608 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-18T07:24:05.608 INFO:teuthology.orchestra.run.smithi087.stdout: Package Architecture Version Repository Size 2024-01-18T07:24:05.608 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-18T07:24:05.609 INFO:teuthology.orchestra.run.smithi087.stdout:Resetting modules: 2024-01-18T07:24:05.609 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools 2024-01-18T07:24:05.609 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:24:05.609 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-01-18T07:24:05.609 INFO:teuthology.orchestra.run.smithi087.stdout:================================================================================ 2024-01-18T07:24:05.609 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:24:05.676 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-18T07:24:05.677 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-18T07:24:05.677 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-01-18T07:24:05.678 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-18T07:24:05.678 INFO:teuthology.orchestra.run.smithi071.stdout:Resetting modules: 2024-01-18T07:24:05.678 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools 2024-01-18T07:24:05.678 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:24:05.678 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-18T07:24:05.678 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-18T07:24:05.678 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:24:17.771 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-18T07:24:17.943 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-01-18T07:24:18.228 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2024-01-18T07:24:18.411 INFO:teuthology.orchestra.run.smithi087.stdout:Updating Subscription Management repositories. 2024-01-18T07:24:20.083 INFO:teuthology.orchestra.run.smithi087.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-01-18T07:24:20.129 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 kB/s | 4.5 kB 00:00 2024-01-18T07:24:20.713 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2024-01-18T07:24:20.759 INFO:teuthology.orchestra.run.smithi087.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-01-18T07:24:23.482 INFO:teuthology.orchestra.run.smithi087.stdout:Dependencies resolved. 2024-01-18T07:24:23.495 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-18T07:24:23.632 INFO:teuthology.orchestra.run.smithi087.stdout:========================================================================================================== 2024-01-18T07:24:23.632 INFO:teuthology.orchestra.run.smithi087.stdout: Package Arch Version Repository Size 2024-01-18T07:24:23.632 INFO:teuthology.orchestra.run.smithi087.stdout:========================================================================================================== 2024-01-18T07:24:23.632 INFO:teuthology.orchestra.run.smithi087.stdout:Installing group/module packages: 2024-01-18T07:24:23.632 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout:Installing dependencies: 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout:Installing weak dependencies: 2024-01-18T07:24:23.633 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout:Installing module profiles: 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools/common 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout:Enabling module streams: 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout: container-tools rhel8 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction Summary 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout:========================================================================================================== 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout:Install 13 Packages 2024-01-18T07:24:23.634 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:24:23.635 INFO:teuthology.orchestra.run.smithi087.stdout:Total download size: 26 M 2024-01-18T07:24:23.635 INFO:teuthology.orchestra.run.smithi087.stdout:Installed size: 87 M 2024-01-18T07:24:23.635 INFO:teuthology.orchestra.run.smithi087.stdout:Downloading Packages: 2024-01-18T07:24:23.652 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================================== 2024-01-18T07:24:23.652 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-01-18T07:24:23.652 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================================== 2024-01-18T07:24:23.652 INFO:teuthology.orchestra.run.smithi071.stdout:Installing group/module packages: 2024-01-18T07:24:23.653 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 1.0 M 2024-01-18T07:24:23.653 INFO:teuthology.orchestra.run.smithi071.stdout: buildah x86_64 1:1.31.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.8 M 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman noarch 75-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 739 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: crun x86_64 1.8.7-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 239 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: netavark x86_64 2:1.7.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 3.7 M 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman noarch 4.6.0-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 153 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo x86_64 2:1.13.3-1.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 8.1 M 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox x86_64 0.0.99.4-5.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 2.5 M 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: udica noarch 0.2.6-20.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 49 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout:Installing weak dependencies: 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs x86_64 3.18-4.module+el8.9.0+20326+387084d0 rhel-8-for-x86_64-appstream-rpms 39 k 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout:Installing module profiles: 2024-01-18T07:24:23.654 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools/common 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout:Enabling module streams: 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout: container-tools rhel8 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout:========================================================================================================== 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout:Install 13 Packages 2024-01-18T07:24:23.655 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:24:23.656 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 26 M 2024-01-18T07:24:23.656 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 87 M 2024-01-18T07:24:23.656 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-18T07:24:23.785 INFO:teuthology.orchestra.run.smithi071.stdout:(1/13): yajl-2.1.0-12.el8.x86_64.rpm 314 kB/s | 41 kB 00:00 2024-01-18T07:24:23.811 INFO:teuthology.orchestra.run.smithi087.stdout:(1/13): yajl-2.1.0-12.el8.x86_64.rpm 233 kB/s | 41 kB 00:00 2024-01-18T07:24:23.878 INFO:teuthology.orchestra.run.smithi087.stdout:(2/13): python3-pytoml-0.1.14-5.git7dea353.el8. 102 kB/s | 25 kB 00:00 2024-01-18T07:24:23.895 INFO:teuthology.orchestra.run.smithi087.stdout:(3/13): python3-pyxdg-0.25-16.el8.noarch.rpm 361 kB/s | 94 kB 00:00 2024-01-18T07:24:23.911 INFO:teuthology.orchestra.run.smithi071.stdout:(2/13): python3-pyxdg-0.25-16.el8.noarch.rpm 367 kB/s | 94 kB 00:00 2024-01-18T07:24:23.986 INFO:teuthology.orchestra.run.smithi071.stdout:(3/13): python3-pytoml-0.1.14-5.git7dea353.el8. 75 kB/s | 25 kB 00:00 2024-01-18T07:24:24.012 INFO:teuthology.orchestra.run.smithi087.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 5.0 MB/s | 1.0 MB 00:00 2024-01-18T07:24:24.186 INFO:teuthology.orchestra.run.smithi071.stdout:(4/13): aardvark-dns-1.7.0-1.module+el8.9.0+203 2.5 MB/s | 1.0 MB 00:00 2024-01-18T07:24:24.195 INFO:teuthology.orchestra.run.smithi087.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 215 kB/s | 39 kB 00:00 2024-01-18T07:24:24.237 INFO:teuthology.orchestra.run.smithi087.stdout:(6/13): cockpit-podman-75-1.module+el8.9.0+2032 2.1 MB/s | 739 kB 00:00 2024-01-18T07:24:24.295 INFO:teuthology.orchestra.run.smithi071.stdout:(5/13): criu-libs-3.18-4.module+el8.9.0+20326+3 363 kB/s | 39 kB 00:00 2024-01-18T07:24:24.337 INFO:teuthology.orchestra.run.smithi071.stdout:(6/13): cockpit-podman-75-1.module+el8.9.0+2032 2.1 MB/s | 739 kB 00:00 2024-01-18T07:24:24.354 INFO:teuthology.orchestra.run.smithi087.stdout:(7/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.5 MB/s | 239 kB 00:00 2024-01-18T07:24:24.454 INFO:teuthology.orchestra.run.smithi071.stdout:(7/13): buildah-1.31.3-1.module+el8.9.0+20326+3 16 MB/s | 8.8 MB 00:00 2024-01-18T07:24:24.463 INFO:teuthology.orchestra.run.smithi087.stdout:(8/13): buildah-1.31.3-1.module+el8.9.0+20326+3 15 MB/s | 8.8 MB 00:00 2024-01-18T07:24:24.479 INFO:teuthology.orchestra.run.smithi071.stdout:(8/13): crun-1.8.7-1.module+el8.9.0+20326+38708 1.3 MB/s | 239 kB 00:00 2024-01-18T07:24:24.572 INFO:teuthology.orchestra.run.smithi087.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 11 MB/s | 3.7 MB 00:00 2024-01-18T07:24:24.604 INFO:teuthology.orchestra.run.smithi071.stdout:(9/13): netavark-1.7.0-1.module+el8.9.0+20326+3 14 MB/s | 3.7 MB 00:00 2024-01-18T07:24:24.663 INFO:teuthology.orchestra.run.smithi071.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 736 kB/s | 153 kB 00:00 2024-01-18T07:24:24.664 INFO:teuthology.orchestra.run.smithi087.stdout:(10/13): python3-podman-4.6.0-1.module+el8.9.0+ 495 kB/s | 153 kB 00:00 2024-01-18T07:24:24.847 INFO:teuthology.orchestra.run.smithi087.stdout:(11/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 21 MB/s | 8.1 MB 00:00 2024-01-18T07:24:24.872 INFO:teuthology.orchestra.run.smithi087.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 238 kB/s | 49 kB 00:00 2024-01-18T07:24:24.888 INFO:teuthology.orchestra.run.smithi071.stdout:(11/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 8.9 MB/s | 2.5 MB 00:00 2024-01-18T07:24:24.913 INFO:teuthology.orchestra.run.smithi071.stdout:(12/13): udica-0.2.6-20.module+el8.9.0+20326+38 197 kB/s | 49 kB 00:00 2024-01-18T07:24:24.914 INFO:teuthology.orchestra.run.smithi087.stdout:(13/13): toolbox-0.0.99.4-5.module+el8.9.0+2032 7.4 MB/s | 2.5 MB 00:00 2024-01-18T07:24:24.915 INFO:teuthology.orchestra.run.smithi087.stdout:-------------------------------------------------------------------------------- 2024-01-18T07:24:24.915 INFO:teuthology.orchestra.run.smithi087.stdout:Total 20 MB/s | 26 MB 00:01 2024-01-18T07:24:25.147 INFO:teuthology.orchestra.run.smithi071.stdout:(13/13): skopeo-1.13.3-1.module+el8.9.0+20326+3 12 MB/s | 8.1 MB 00:00 2024-01-18T07:24:25.147 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-18T07:24:25.148 INFO:teuthology.orchestra.run.smithi071.stdout:Total 17 MB/s | 26 MB 00:01 2024-01-18T07:24:25.198 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction check 2024-01-18T07:24:25.219 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction check succeeded. 2024-01-18T07:24:25.219 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction test 2024-01-18T07:24:25.431 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-18T07:24:25.449 INFO:teuthology.orchestra.run.smithi087.stdout:Transaction test succeeded. 2024-01-18T07:24:25.452 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-18T07:24:25.452 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-18T07:24:25.457 INFO:teuthology.orchestra.run.smithi087.stdout:Running transaction 2024-01-18T07:24:25.681 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-18T07:24:25.689 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-18T07:24:26.059 INFO:teuthology.orchestra.run.smithi087.stdout: Preparing : 1/1 2024-01-18T07:24:26.276 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-18T07:24:26.282 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-18T07:24:26.564 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 1/13 2024-01-18T07:24:26.809 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-18T07:24:27.020 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-18T07:24:27.081 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 2/13 2024-01-18T07:24:27.184 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-18T07:24:27.277 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 3/13 2024-01-18T07:24:27.346 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-18T07:24:27.449 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : yajl-2.1.0-12.el8.x86_64 4/13 2024-01-18T07:24:27.545 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-18T07:24:27.602 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 5/13 2024-01-18T07:24:27.774 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-18T07:24:27.810 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 6/13 2024-01-18T07:24:28.055 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 7/13 2024-01-18T07:24:28.655 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-18T07:24:28.900 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-18T07:24:28.954 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-18T07:24:29.175 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-18T07:24:29.266 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-18T07:24:29.572 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 10/13 2024-01-18T07:24:30.151 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-18T07:24:30.345 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-18T07:24:30.453 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 11/13 2024-01-18T07:24:30.536 INFO:teuthology.orchestra.run.smithi087.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-18T07:24:30.692 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 12/13 2024-01-18T07:24:30.859 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-18T07:24:30.944 INFO:teuthology.orchestra.run.smithi087.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-18T07:24:30.944 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-18T07:24:30.944 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T07:24:30.944 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-18T07:24:30.944 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-18T07:24:30.945 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-18T07:24:31.253 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 13/13 2024-01-18T07:24:31.253 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/13 2024-01-18T07:24:31.253 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-18T07:24:31.253 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 3/13 2024-01-18T07:24:31.253 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084 4/13 2024-01-18T07:24:31.253 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x 5/13 2024-01-18T07:24:31.253 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : cockpit-podman-75-1.module+el8.9.0+20326+387084d0. 6/13 2024-01-18T07:24:31.254 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86 7/13 2024-01-18T07:24:31.254 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 8/13 2024-01-18T07:24:31.254 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x 9/13 2024-01-18T07:24:31.254 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-podman-4.6.0-1.module+el8.9.0+20326+387084 10/13 2024-01-18T07:24:31.254 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x8 11/13 2024-01-18T07:24:31.254 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x 12/13 2024-01-18T07:24:41.062 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-18T07:24:41.062 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2024-01-18T07:24:41.596 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:41.597 INFO:teuthology.orchestra.run.smithi071.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:41.598 INFO:teuthology.orchestra.run.smithi071.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-18T07:24:41.598 INFO:teuthology.orchestra.run.smithi071.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T07:24:41.598 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:24:41.598 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-18T07:24:41.770 DEBUG:teuthology.parallel:result is None 2024-01-18T07:24:43.329 INFO:teuthology.orchestra.run.smithi087.stdout: Verifying : udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarc 13/13 2024-01-18T07:24:43.329 INFO:teuthology.orchestra.run.smithi087.stdout:Installed products updated. 2024-01-18T07:24:43.862 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:24:43.862 INFO:teuthology.orchestra.run.smithi087.stdout:Installed: 2024-01-18T07:24:43.862 INFO:teuthology.orchestra.run.smithi087.stdout: aardvark-dns-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: buildah-1:1.31.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: cockpit-podman-75-1.module+el8.9.0+20326+387084d0.noarch 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: criu-libs-3.18-4.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: crun-1.8.7-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: netavark-2:1.7.0-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: python3-podman-4.6.0-1.module+el8.9.0+20326+387084d0.noarch 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: skopeo-2:1.13.3-1.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: toolbox-0.0.99.4-5.module+el8.9.0+20326+387084d0.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: udica-0.2.6-20.module+el8.9.0+20326+387084d0.noarch 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:24:43.863 INFO:teuthology.orchestra.run.smithi087.stdout:Complete! 2024-01-18T07:24:44.030 DEBUG:teuthology.parallel:result is None 2024-01-18T07:24:44.030 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-18T07:24:44.041 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-18T07:24:44.041 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:24:44.041 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:24:44.063 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-01-18T07:24:44.063 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-01-18T07:24:44.123 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T07:24:44.123 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:44.123 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 176449 Links: 1 2024-01-18T07:24:44.123 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:44.123 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:44.123 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:24:30.984643836 +0000 2024-01-18T07:24:44.124 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:23:30.835315976 +0000 2024-01-18T07:24:44.124 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:23:30.835315976 +0000 2024-01-18T07:24:44.124 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:24:44.124 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T07:24:44.193 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:24:44.193 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:24:44.193 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000275151 s, 1.9 MB/s 2024-01-18T07:24:44.195 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T07:24:44.255 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 173885 Links: 1 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:24:30.984643836 +0000 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:23:31.175309722 +0000 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:23:31.175309722 +0000 2024-01-18T07:24:44.314 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:24:44.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T07:24:44.382 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:24:44.382 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:24:44.382 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000233167 s, 2.2 MB/s 2024-01-18T07:24:44.383 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T07:24:44.442 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-01-18T07:24:44.500 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T07:24:44.500 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:44.500 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 177295 Links: 1 2024-01-18T07:24:44.501 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:44.501 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:44.501 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:24:30.985643818 +0000 2024-01-18T07:24:44.501 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:23:31.519303395 +0000 2024-01-18T07:24:44.501 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:23:31.519303395 +0000 2024-01-18T07:24:44.501 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:24:44.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T07:24:44.566 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:24:44.566 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:24:44.566 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000208289 s, 2.5 MB/s 2024-01-18T07:24:44.568 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T07:24:44.626 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-01-18T07:24:44.683 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 176655 Links: 1 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:24:30.985643818 +0000 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:23:31.866297012 +0000 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:23:31.866297012 +0000 2024-01-18T07:24:44.684 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:24:44.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T07:24:44.750 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:24:44.750 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:24:44.750 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000228418 s, 2.2 MB/s 2024-01-18T07:24:44.751 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T07:24:44.809 DEBUG:teuthology.orchestra.run.smithi071:> 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-01-18T07:24:44.930 INFO:teuthology.orchestra.run.smithi071.stdout:loop 2024-01-18T07:24:44.931 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2024-01-18T07:24:44.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-18T07:24:44.966 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-18T07:24:45.001 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_11 2024-01-18T07:24:45.041 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2024-01-18T07:24:45.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-18T07:24:45.119 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-18T07:24:45.154 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_21 2024-01-18T07:24:45.193 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2024-01-18T07:24:45.193 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-18T07:24:45.269 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-18T07:24:45.305 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_31 2024-01-18T07:24:45.343 INFO:tasks.nvme_loop:Connecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2024-01-18T07:24:45.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-18T07:24:45.419 INFO:teuthology.orchestra.run.smithi071.stdout:1 2024-01-18T07:24:45.454 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/vg_nvme/lv_41 2024-01-18T07:24:45.492 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:24:45.492 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:24:45.550 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme list 2024-01-18T07:24:45.615 INFO:teuthology.orchestra.run.smithi071.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T07:24:45.616 INFO:teuthology.orchestra.run.smithi071.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T07:24:45.616 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme0n1 PHFT62040172400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T07:24:45.616 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme1n1 c915fdcbce23eb87ce7d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:45.616 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme2n1 e87b72d788adae9d4c1c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:45.616 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme3n1 15afba51a0dc15f5acd3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:45.616 INFO:teuthology.orchestra.run.smithi071.stdout:/dev/nvme4n1 4d3c7c7451d2c2016c4f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:45.617 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:24:45.617 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:24:45.617 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2024-01-18T07:24:45.683 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:24:45.683 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:24:45.705 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-01-18T07:24:45.705 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_1 2024-01-18T07:24:45.766 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T07:24:45.766 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:45.766 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 176281 Links: 1 2024-01-18T07:24:45.766 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:45.767 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:45.767 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:24:30.675647457 +0000 2024-01-18T07:24:45.767 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:23:23.068637532 +0000 2024-01-18T07:24:45.767 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:23:23.068637532 +0000 2024-01-18T07:24:45.767 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:24:45.767 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T07:24:45.836 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:24:45.836 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:24:45.836 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000264794 s, 1.9 MB/s 2024-01-18T07:24:45.837 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T07:24:45.897 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_2 2024-01-18T07:24:45.956 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T07:24:45.956 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:45.956 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 171926 Links: 1 2024-01-18T07:24:45.956 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:45.956 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:45.957 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:24:30.675647457 +0000 2024-01-18T07:24:45.957 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:23:23.412629402 +0000 2024-01-18T07:24:45.957 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:23:23.412629402 +0000 2024-01-18T07:24:45.957 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:24:45.957 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T07:24:46.023 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:24:46.024 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:24:46.024 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000221638 s, 2.3 MB/s 2024-01-18T07:24:46.025 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T07:24:46.084 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_3 2024-01-18T07:24:46.142 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T07:24:46.143 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:46.143 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 171975 Links: 1 2024-01-18T07:24:46.143 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:46.143 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:46.143 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:24:30.675647457 +0000 2024-01-18T07:24:46.143 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:23:23.768620989 +0000 2024-01-18T07:24:46.144 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:23:23.768620989 +0000 2024-01-18T07:24:46.144 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:24:46.144 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T07:24:46.208 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:24:46.208 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:24:46.208 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000176965 s, 2.9 MB/s 2024-01-18T07:24:46.209 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T07:24:46.267 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/vg_nvme/lv_4 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 175666 Links: 1 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:24:30.675647457 +0000 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:23:24.102613096 +0000 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:23:24.102613096 +0000 2024-01-18T07:24:46.325 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:24:46.326 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T07:24:46.391 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:24:46.391 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:24:46.391 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000253436 s, 2.0 MB/s 2024-01-18T07:24:46.392 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T07:24:46.450 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:24:46.563 INFO:teuthology.orchestra.run.smithi087.stdout:loop 2024-01-18T07:24:46.565 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2024-01-18T07:24:46.565 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:24:46.600 INFO:teuthology.orchestra.run.smithi087.stdout:1 2024-01-18T07:24:46.635 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_11 2024-01-18T07:24:46.676 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2024-01-18T07:24:46.676 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:24:46.750 INFO:teuthology.orchestra.run.smithi087.stdout:1 2024-01-18T07:24:46.785 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_21 2024-01-18T07:24:46.824 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2024-01-18T07:24:46.825 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:24:46.900 INFO:teuthology.orchestra.run.smithi087.stdout:1 2024-01-18T07:24:46.935 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_31 2024-01-18T07:24:46.974 INFO:tasks.nvme_loop:Connecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2024-01-18T07:24:46.974 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:24:47.050 INFO:teuthology.orchestra.run.smithi087.stdout:1 2024-01-18T07:24:47.085 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/vg_nvme/lv_41 2024-01-18T07:24:47.124 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:24:47.124 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:24:47.185 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme list 2024-01-18T07:24:47.251 INFO:teuthology.orchestra.run.smithi087.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T07:24:47.251 INFO:teuthology.orchestra.run.smithi087.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T07:24:47.251 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme0n1 PHFT620400NQ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T07:24:47.251 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme1n1 9cf4fcf0d251d1479dbd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:47.251 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme2n1 51cf5a016a0e5dfc4b2c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:47.251 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme3n1 607ad662e41ecb21586c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:47.251 INFO:teuthology.orchestra.run.smithi087.stdout:/dev/nvme4n1 e87c0f38c6d44dc7123d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-18T07:24:47.252 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:24:47.252 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:24:47.252 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2024-01-18T07:24:47.319 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T07:24:47.397 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T07:24:47.398 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:24:47.398 INFO:tasks.cephadm:Cluster fsid is a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:24:47.398 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T07:24:47.398 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T07:24:47.398 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi071': '172.21.15.71', 'mon.smithi087': '172.21.15.87'} 2024-01-18T07:24:47.398 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T07:24:47.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-01-18T07:24:47.432 DEBUG:teuthology.orchestra.run.smithi087:> sudo hostname $(hostname -s) 2024-01-18T07:24:47.459 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-18T07:24:47.459 DEBUG:teuthology.orchestra.run.smithi071:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T07:24:47.633 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 07:24 /home/ubuntu/cephtest/cephadm 2024-01-18T07:24:47.633 DEBUG:teuthology.orchestra.run.smithi087:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T07:24:47.768 INFO:teuthology.orchestra.run.smithi087.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 18 07:24 /home/ubuntu/cephtest/cephadm 2024-01-18T07:24:47.769 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T07:24:47.790 DEBUG:teuthology.orchestra.run.smithi087:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T07:24:47.817 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-01-18T07:24:47.860 DEBUG:teuthology.orchestra.run.smithi087:> sudo mkdir -p /etc/ceph 2024-01-18T07:24:47.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-01-18T07:24:47.929 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 777 /etc/ceph 2024-01-18T07:24:47.955 INFO:tasks.cephadm:Writing seed config... 2024-01-18T07:24:47.956 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T07:24:47.956 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T07:24:47.956 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T07:24:47.956 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T07:24:47.956 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T07:24:47.957 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T07:24:47.957 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T07:24:47.957 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T07:24:47.957 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:24:47.957 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T07:24:47.987 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 = a8c010d6-b5d2-11ee-95ae-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-01-18T07:24:47.988 DEBUG:teuthology.orchestra.run.smithi071:mon.smithi071> sudo journalctl -f -n 0 -u ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi071.service 2024-01-18T07:24:48.029 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T07:24:48.030 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid a8c010d6-b5d2-11ee-95ae-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.71 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:24:48.058 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:-- Logs begin at Thu 2024-01-18 07:14:07 UTC. -- 2024-01-18T07:24:48.305 INFO:teuthology.orchestra.run.smithi071.stderr:-------------------------------------------------------------------------------- 2024-01-18T07:24:48.305 INFO:teuthology.orchestra.run.smithi071.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', 'a8c010d6-b5d2-11ee-95ae-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.71', '--skip-admin-label'] 2024-01-18T07:24:50.055 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-18T07:24:50.066 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying podman|docker is present... 2024-01-18T07:24:50.089 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-18T07:24:50.102 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying lvm2 is present... 2024-01-18T07:24:50.102 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying time synchronization is in place... 2024-01-18T07:24:50.109 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T07:24:50.116 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-18T07:24:50.122 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2024-01-18T07:24:50.128 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2024-01-18T07:24:50.129 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2024-01-18T07:24:50.129 INFO:teuthology.orchestra.run.smithi071.stderr:Repeating the final host check... 2024-01-18T07:24:50.150 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 4.6.1 2024-01-18T07:24:50.159 INFO:teuthology.orchestra.run.smithi071.stderr:podman (/bin/podman) version 4.6.1 is present 2024-01-18T07:24:50.159 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl is present 2024-01-18T07:24:50.160 INFO:teuthology.orchestra.run.smithi071.stderr:lvcreate is present 2024-01-18T07:24:50.165 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T07:24:50.171 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-18T07:24:50.177 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: enabled 2024-01-18T07:24:50.182 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: active 2024-01-18T07:24:50.183 INFO:teuthology.orchestra.run.smithi071.stderr:Unit chronyd.service is enabled and running 2024-01-18T07:24:50.183 INFO:teuthology.orchestra.run.smithi071.stderr:Host looks OK 2024-01-18T07:24:50.183 INFO:teuthology.orchestra.run.smithi071.stderr:Cluster fsid: a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:24:50.183 INFO:teuthology.orchestra.run.smithi071.stderr:Acquiring lock 140051896594560 on /run/cephadm/a8c010d6-b5d2-11ee-95ae-87774f69a715.lock 2024-01-18T07:24:50.184 INFO:teuthology.orchestra.run.smithi071.stderr:Lock 140051896594560 acquired on /run/cephadm/a8c010d6-b5d2-11ee-95ae-87774f69a715.lock 2024-01-18T07:24:50.184 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 3300 ... 2024-01-18T07:24:50.184 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying IP 172.21.15.71 port 6789 ... 2024-01-18T07:24:50.184 INFO:teuthology.orchestra.run.smithi071.stderr:Base mon IP(s) is [172.21.15.71:3300, 172.21.15.71:6789], mon addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-18T07:24:50.187 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-18T07:24:50.187 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-01-18T07:24:50.190 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-18T07:24:50.190 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-01-18T07:24:50.190 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-18T07:24:50.193 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T07:24:50.193 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-18T07:24:50.193 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T07:24:50.193 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-18T07:24:50.193 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: inet6 fe80::cdad:11e2:48a5:32ac/64 scope link noprefixroute 2024-01-18T07:24:50.193 INFO:teuthology.orchestra.run.smithi071.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T07:24:50.194 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-01-18T07:24:50.194 INFO:teuthology.orchestra.run.smithi071.stderr:Mon IP `172.21.15.71` is in CIDR network `172.21.0.0/20` 2024-01-18T07:24:50.194 INFO:teuthology.orchestra.run.smithi071.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-18T07:24:50.194 INFO:teuthology.orchestra.run.smithi071.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T07:24:50.195 INFO:teuthology.orchestra.run.smithi071.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T07:24:50.318 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T07:24:50.394 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Getting image source signatures 2024-01-18T07:24:50.394 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:ecb73f1b33ca5c765d8e24628c1c6a399b04e14616899db57d68ae7d4430a2ee 2024-01-18T07:24:50.394 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying blob sha256:5e626d36ac4f1d45a236dbd8432cdc26ef94c9815bb3ef5d8419bd9e76267eb6 2024-01-18T07:25:15.716 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Copying config sha256:5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T07:25:15.782 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: Writing manifest to image destination 2024-01-18T07:25:16.034 INFO:teuthology.orchestra.run.smithi071.stderr:/bin/podman: 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T07:25:16.524 INFO:teuthology.orchestra.run.smithi071.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T07:25:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T07:25:16.820 INFO:teuthology.orchestra.run.smithi071.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T07:25:17.087 INFO:teuthology.orchestra.run.smithi071.stderr:stat: 167 167 2024-01-18T07:25:17.399 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial keys... 2024-01-18T07:25:17.648 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQBd0qhlJdaaJRAAqbfcYckKvCEo4wnkqloXEg== 2024-01-18T07:25:18.248 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQBe0qhluPPGDRAA+95Oia7t8sjc5+Vyjt59HQ== 2024-01-18T07:25:18.814 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-authtool: AQBe0qhlkMkFMBAAavRO4DgPzHd2EqhxJ33J7g== 2024-01-18T07:25:19.140 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial monmap... 2024-01-18T07:25:19.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T07:25:19.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:19.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T07:25:19.747 INFO:teuthology.orchestra.run.smithi071.stderr:monmaptool for smithi071 [v2:172.21.15.71:3300,v1:172.21.15.71:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T07:25:19.747 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: set fsid to a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:19.747 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T07:25:19.747 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:25:19.747 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mon... 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.013+0000 7fe444056880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.014+0000 7fe444056880 1 imported monmap: 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T07:25:19.369788+0000 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: created 2024-01-18T07:25:19.369788+0000 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.smithi071 2024-01-18T07:25:20.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.014+0000 7fe444056880 0 /usr/bin/ceph-mon: set fsid to a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: DB SUMMARY 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 0, files: 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.create_if_missing: 1 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T07:25:20.049 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.env: 0x55f030dfa080 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.fs: Posix File System 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.info_log: 0x55f033667380 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.statistics: (nil) 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.use_fsync: 0 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T07:25:20.050 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.db_log_dir: 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.write_buffer_manager: 0x55f03366d980 2024-01-18T07:25:20.051 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.unordered_write: 0 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T07:25:20.052 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.row_cache: None 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.wal_filter: None 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T07:25:20.053 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.max_open_files: -1 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Compression algorithms supported: 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T07:25:20.054 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kZSTD supported: 0 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.015+0000 7fe444056880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000001 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T07:25:20.055 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.merge_operator: 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_filter: None 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f03357dd30) 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T07:25:20.056 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache: 0x55f0335b2d10 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T07:25:20.057 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compression: NoCompression 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T07:25:20.058 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.num_levels: 7 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T07:25:20.059 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T07:25:20.060 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T07:25:20.061 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T07:25:20.062 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.ttl: 2592000 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.018+0000 7fe444056880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.019+0000 7fe444056880 4 rocksdb: DB pointer 0x55f03367b800 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.019+0000 7fe42ceca700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.019+0000 7fe42ceca700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.063 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:20.064 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:20.065 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.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-01-18T07:25:20.066 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.067 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:25:20.067 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: 2024-01-18T07:25:20.067 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.020+0000 7fe444056880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T07:25:20.067 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.020+0000 7fe444056880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T07:25:20.067 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:25:20.020+0000 7fe444056880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi071 for mon.smithi071 2024-01-18T07:25:20.368 INFO:teuthology.orchestra.run.smithi071.stderr:create mon.smithi071 on 2024-01-18T07:25:20.473 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-18T07:25:20.573 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715.target. 2024-01-18T07:25:20.573 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715.target. 2024-01-18T07:25:20.784 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi071.service: Unit ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi071.service not loaded. 2024-01-18T07:25:20.790 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715.target.wants/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi071.service → /etc/systemd/system/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@.service. 2024-01-18T07:25:20.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:20 smithi071 systemd[1]: Starting Ceph mon.smithi071 for a8c010d6-b5d2-11ee-95ae-87774f69a715... 2024-01-18T07:25:21.419 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-18T07:25:21.426 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-18T07:25:21.426 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-18T07:25:21.426 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T07:25:21.427 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon to start... 2024-01-18T07:25:21.427 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mon... 2024-01-18T07:25:21.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:21 smithi071 bash[32234]: 9ad42723bb9c6be5e9b9b7e4e00282f0498524fc3cddd322c85b13974a27f9e2 2024-01-18T07:25:21.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:21 smithi071 systemd[1]: Started Ceph mon.smithi071 for a8c010d6-b5d2-11ee-95ae-87774f69a715. 2024-01-18T07:25:21.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: cluster 2024-01-18T07:25:21.441825+0000 mon.smithi071 (mon.0) 0 : [INF] mkfs a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:21.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: cluster 2024-01-18T07:25:21.422564+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-18T07:25:21.902 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: cluster: 2024-01-18T07:25:21.902 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: id: a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:21.902 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T07:25:21.902 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:21.902 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: services: 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi071 (age 0.46043s) 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: data: 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: pgs: 2024-01-18T07:25:21.903 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:22.198 INFO:teuthology.orchestra.run.smithi071.stderr:mon is available 2024-01-18T07:25:22.198 INFO:teuthology.orchestra.run.smithi071.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T07:25:22.675 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:22.675 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T07:25:22.676 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T07:25:22.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: cluster 2024-01-18T07:25:21.440486+0000 mon.smithi071 (mon.0) 2 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-18T07:25:22.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: cluster 2024-01-18T07:25:21.440727+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2024-01-18T07:25:22.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: cluster 2024-01-18T07:25:21.444330+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T07:25:22.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: cluster 2024-01-18T07:25:21.448139+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T07:25:22.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: cluster 2024-01-18T07:25:21.448803+0000 mon.smithi071 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T07:25:22.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: audit 2024-01-18T07:25:21.900858+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/275246206' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T07:25:23.016 INFO:teuthology.orchestra.run.smithi071.stderr:Generating new minimal ceph.conf... 2024-01-18T07:25:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: audit 2024-01-18T07:25:22.671347+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/2928197565' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T07:25:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: audit 2024-01-18T07:25:22.674106+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/2928197565' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T07:25:23.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: audit 2024-01-18T07:25:23.403972+0000 mon.smithi071 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/2523499138' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:25:23.742 INFO:teuthology.orchestra.run.smithi071.stderr:Restarting the monitor... 2024-01-18T07:25:24.231 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:23 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for a8c010d6-b5d2-11ee-95ae-87774f69a715... 2024-01-18T07:25:24.231 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:23 smithi071 bash[32573]: Error: no container with name or ID "ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon.smithi071" found: no such container 2024-01-18T07:25:24.232 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: debug 2024-01-18T07:25:23.951+0000 7fc1f4c63700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-01-18T07:25:24.232 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32248]: debug 2024-01-18T07:25:23.951+0000 7fc1f4c63700 -1 mon.smithi071@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T07:25:24.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 bash[32612]: ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071 2024-01-18T07:25:24.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 systemd[1]: ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi071.service: Succeeded. 2024-01-18T07:25:24.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 systemd[1]: Stopped Ceph mon.smithi071 for a8c010d6-b5d2-11ee-95ae-87774f69a715. 2024-01-18T07:25:24.846 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 systemd[1]: Starting Ceph mon.smithi071 for a8c010d6-b5d2-11ee-95ae-87774f69a715... 2024-01-18T07:25:24.900 INFO:teuthology.orchestra.run.smithi071.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.887+0000 7f292fae1880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.887+0000 7f292fae1880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.887+0000 7f292fae1880 0 pidfile_write: ignore empty --pid-file 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.891+0000 7f292fae1880 0 load: jerasure load: lrc load: isa 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T07:25:25.244 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: DB SUMMARY 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi071/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi071/store.db: 000006.log size: 81720 ; 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.245 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.env: 0x563e18f47080 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.fs: Posix File System 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.info_log: 0x563e1aa67d20 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.statistics: (nil) 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.use_fsync: 0 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T07:25:25.246 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.db_log_dir: 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi071/store.db 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T07:25:25.247 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.write_buffer_manager: 0x563e1b6be480 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.unordered_write: 0 2024-01-18T07:25:25.248 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.row_cache: None 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 bash[32731]: aeba41df5f61bc4054298bd32f558a9ee6357b51726ca9aff56e39e7d1ebb0ee 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.wal_filter: None 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T07:25:25.249 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_open_files: -1 2024-01-18T07:25:25.250 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Compression algorithms supported: 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kZSTD supported: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T07:25:25.251 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi071/store.db/MANIFEST-000005 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.merge_operator: 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_filter: None 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563e1aa17d28) 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cache_index_and_filter_blocks: 1 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: pin_top_level_index_and_filter: 1 2024-01-18T07:25:25.252 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: index_type: 0 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: data_block_index_type: 0 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: index_shortening: 1 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: hash_index_allow_collision: 1 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: checksum: 1 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: no_block_cache: 0 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_cache: 0x563e1aa4cf10 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_cache_name: BinnedLRUCache 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_cache_options: 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: capacity : 536870912 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: num_shard_bits : 4 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: strict_capacity_limit : 0 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: high_pri_pool_ratio: 0.000 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_cache_compressed: (nil) 2024-01-18T07:25:25.253 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: persistent_cache: (nil) 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_size: 4096 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_size_deviation: 10 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_restart_interval: 16 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: index_block_restart_interval: 1 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: metadata_block_size: 4096 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: partition_filters: 0 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: use_delta_encoding: 1 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: whole_key_filtering: 1 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: verify_compression: 0 2024-01-18T07:25:25.254 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: read_amp_bytes_per_bit: 0 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: format_version: 2 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: enable_index_compression: 1 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: block_align: 0 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compression: NoCompression 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.num_levels: 7 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T07:25:25.255 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T07:25:25.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T07:25:25.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T07:25:25.258 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.ttl: 2592000 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.892+0000 7f292fae1880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T07:25:25.259 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.893+0000 7f292fae1880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi071/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-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.893+0000 7f292fae1880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.893+0000 7f292fae1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705562724894642, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.893+0000 7f292fae1880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.894+0000 7f292fae1880 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-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.894+0000 7f292fae1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705562724895819, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78723, "table_properties": {"data_size": 77017, "index_size": 311, "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": 9283, "raw_average_key_size": 47, "raw_value_size": 71587, "raw_average_value_size": 367, "num_data_blocks": 10, "num_entries": 195, "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": 1705562724, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.894+0000 7f292fae1880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.895+0000 7f292fae1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705562724896363, "job": 1, "event": "recovery_finished"} 2024-01-18T07:25:25.260 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.896+0000 7f292fae1880 4 rocksdb: DB pointer 0x563e1ab15800 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.896+0000 7f29168d4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.896+0000 7f29168d4700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ** DB Stats ** 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ** Compaction Stats [default] ** 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:25.261 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: L0 2/0 78.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Sum 2/0 78.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ** Compaction Stats [default] ** 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:25:25.262 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Cumulative compaction: 0.00 GB write, 19.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Interval compaction: 0.00 GB write, 19.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ** Compaction Stats [default] ** 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: L0 2/0 78.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Sum 2/0 78.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.263 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ** Compaction Stats [default] ** 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.0 0.00 0.00 1 0.001 0 0 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Cumulative compaction: 0.00 GB write, 19.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.264 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.897+0000 7f292fae1880 0 starting mon.smithi071 rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi071 fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 systemd[1]: Started Ceph mon.smithi071 for a8c010d6-b5d2-11ee-95ae-87774f69a715. 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 1 mon.smithi071@-1(???) e1 preinit fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 0 mon.smithi071@-1(???).mds e1 new map 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 0 mon.smithi071@-1(???).mds e1 print_map 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: e1 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: legacy client fscid: -1 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: No filesystems configured 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 2024-01-18T07:25:25.265 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 0 mon.smithi071@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 0 mon.smithi071@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:22.671347+0000 mon.smithi071 (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/2928197565' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:22.674106+0000 mon.smithi071 (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/2928197565' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:23.403972+0000 mon.smithi071 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/2523499138' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:25:24.899+0000 7f292fae1880 1 mon.smithi071@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:24.916609+0000 mon.smithi071 (mon.0) 1 : cluster [INF] mon.smithi071 is new leader, mons smithi071 in quorum (ranks 0) 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:24.916672+0000 mon.smithi071 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} removed_ranks: {} 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:24.917085+0000 mon.smithi071 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:24.917118+0000 mon.smithi071 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T07:25:25.266 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:24.917510+0000 mon.smithi071 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T07:25:25.625 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T07:25:25.625 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:25:25.625 INFO:teuthology.orchestra.run.smithi071.stderr:Creating mgr... 2024-01-18T07:25:25.625 INFO:teuthology.orchestra.run.smithi071.stderr:Verifying port 9283 ... 2024-01-18T07:25:25.756 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Failed to reset failed state of unit ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mgr.smithi071.wlolyy.service: Unit ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mgr.smithi071.wlolyy.service not loaded. 2024-01-18T07:25:25.762 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715.target.wants/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mgr.smithi071.wlolyy.service → /etc/systemd/system/ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@.service. 2024-01-18T07:25:26.209 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-18T07:25:26.217 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-18T07:25:26.217 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-18T07:25:26.217 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T07:25:26.225 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-18T07:25:26.232 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-18T07:25:26.233 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-18T07:25:26.233 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T07:25:26.233 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr to start... 2024-01-18T07:25:26.233 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr... 2024-01-18T07:25:26.301 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:25.291588+0000 mon.smithi071 (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/3020913951' entity='client.admin' 2024-01-18T07:25:26.626 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "a8c010d6-b5d2-11ee-95ae-87774f69a715", 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:26.627 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 1, 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:25:26.628 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:25:26.632 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:25:26.633 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:25:21.442254+0000", 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:25:26.634 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-18T07:25:26.957 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (1/15)... 2024-01-18T07:25:27.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:26.623764+0000 mon.smithi071 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/3228112206' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:25:29.373 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:29.373 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-18T07:25:29.373 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "a8c010d6-b5d2-11ee-95ae-87774f69a715", 2024-01-18T07:25:29.373 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:25:29.373 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 4, 2024-01-18T07:25:29.374 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:25:29.375 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:25:29.378 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:25:29.379 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": false, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:25:29.380 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:25:21.442254+0000", 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:25:29.381 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-18T07:25:29.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:29.370048+0000 mon.smithi071 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/2031605730' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:25:29.723 INFO:teuthology.orchestra.run.smithi071.stderr:mgr not available, waiting (2/15)... 2024-01-18T07:25:31.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:31.511854+0000 mon.smithi071 (mon.0) 9 : cluster [INF] Activating manager daemon smithi071.wlolyy 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:31.514676+0000 mon.smithi071 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi071.wlolyy(active, starting, since 0.00292439s) 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.515622+0000 mon.smithi071 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.515740+0000 mon.smithi071 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.515846+0000 mon.smithi071 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.515952+0000 mon.smithi071 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.516308+0000 mon.smithi071 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr metadata", "who": "smithi071.wlolyy", "id": "smithi071.wlolyy"}]: dispatch 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:31.529334+0000 mon.smithi071 (mon.0) 16 : cluster [INF] Manager daemon smithi071.wlolyy is now available 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.540225+0000 mon.smithi071 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.543506+0000 mon.smithi071 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.546155+0000 mon.smithi071 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/trash_purge_schedule"}]: dispatch 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.551836+0000 mon.smithi071 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:31.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:31.556783+0000 mon.smithi071 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.71:0/1435516250' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:33.037 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:33.037 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-18T07:25:33.037 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsid": "a8c010d6-b5d2-11ee-95ae-87774f69a715", 2024-01-18T07:25:33.037 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:25:33.038 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:25:33.038 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:25:33.038 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:25:33.038 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:33.038 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:25:33.038 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:25:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 0 2024-01-18T07:25:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:25:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "smithi071" 2024-01-18T07:25:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-18T07:25:33.040 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:25:33.040 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:33.040 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:25:33.040 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:25:33.040 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:33.041 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:25:33.041 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:33.041 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:25:33.041 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:25:33.041 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:25:33.042 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:25:33.042 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:25:33.042 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:25:33.042 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:33.042 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:25:33.042 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:25:33.043 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:25:33.043 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:25:33.043 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:25:33.043 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:25:33.043 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:25:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ], 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:25:21.442254+0000", 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:25:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: }, 2024-01-18T07:25:33.046 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:25:33.046 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-18T07:25:33.772 INFO:teuthology.orchestra.run.smithi071.stderr:mgr is available 2024-01-18T07:25:33.860 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:32.517401+0000 mon.smithi071 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi071.wlolyy(active, since 1.00565s) 2024-01-18T07:25:33.860 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:33.024998+0000 mon.smithi071 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.71:0/4206532206' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [global] 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: fsid = a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [mgr] 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T07:25:34.237 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 2024-01-18T07:25:34.238 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: [osd] 2024-01-18T07:25:34.238 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T07:25:34.238 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T07:25:34.572 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling cephadm module... 2024-01-18T07:25:34.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:34.235359+0000 mon.smithi071 (mon.0) 24 : audit [INF] from='client.? 172.21.15.71:0/198286133' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T07:25:35.941 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:34.518353+0000 mon.smithi071 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi071.wlolyy(active, since 3s) 2024-01-18T07:25:35.941 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:35.087303+0000 mon.smithi071 (mon.0) 26 : audit [INF] from='client.? 172.21.15.71:0/1245358133' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T07:25:36.824 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-18T07:25:36.824 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T07:25:36.824 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:25:36.824 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.wlolyy", 2024-01-18T07:25:36.825 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T07:25:36.825 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-18T07:25:37.172 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2024-01-18T07:25:37.172 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 5... 2024-01-18T07:25:37.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:35.908741+0000 mon.smithi071 (mon.0) 27 : audit [INF] from='client.? 172.21.15.71:0/1245358133' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T07:25:37.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:35.908812+0000 mon.smithi071 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi071.wlolyy(active, since 4s) 2024-01-18T07:25:37.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:36.823887+0000 mon.smithi071 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.71:0/2476151169' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:41.276745+0000 mon.smithi071 (mon.0) 30 : cluster [INF] Active manager daemon smithi071.wlolyy restarted 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:41.277048+0000 mon.smithi071 (mon.0) 31 : cluster [INF] Activating manager daemon smithi071.wlolyy 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:41.280281+0000 mon.smithi071 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:41.280390+0000 mon.smithi071 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi071.wlolyy(active, starting, since 0.00346403s) 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.281465+0000 mon.smithi071 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.282008+0000 mon.smithi071 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr metadata", "who": "smithi071.wlolyy", "id": "smithi071.wlolyy"}]: dispatch 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.282631+0000 mon.smithi071 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.282858+0000 mon.smithi071 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.283076+0000 mon.smithi071 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:41.296466+0000 mon.smithi071 (mon.0) 39 : cluster [INF] Manager daemon smithi071.wlolyy is now available 2024-01-18T07:25:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.308456+0000 mon.smithi071 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:42.289 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-18T07:25:42.289 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T07:25:42.289 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T07:25:42.289 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-18T07:25:42.573 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:41.305798+0000 mgr.smithi071.wlolyy (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T07:25:42.573 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.394222+0000 mon.smithi071 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:42.573 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.395191+0000 mon.smithi071 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:25:42.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.397783+0000 mon.smithi071 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:25:42.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.399320+0000 mon.smithi071 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:25:42.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.411894+0000 mon.smithi071 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:25:42.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:41.414284+0000 mon.smithi071 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/trash_purge_schedule"}]: dispatch 2024-01-18T07:25:42.574 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:42.282615+0000 mon.smithi071 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi071.wlolyy(active, since 1.00569s) 2024-01-18T07:25:42.647 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 5 is available 2024-01-18T07:25:42.647 INFO:teuthology.orchestra.run.smithi071.stderr:Setting orchestrator backend to cephadm... 2024-01-18T07:25:43.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:42.281923+0000 mgr.smithi071.wlolyy (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T07:25:43.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:42.288744+0000 mgr.smithi071.wlolyy (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T07:25:43.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:43.164987+0000 mon.smithi071 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:43.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:43.172798+0000 mon.smithi071 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:25:44.003 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: value unchanged 2024-01-18T07:25:44.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:43.161144+0000 mgr.smithi071.wlolyy (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:44.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:25:44.165794+0000 mon.smithi071 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi071.wlolyy(active, since 2s) 2024-01-18T07:25:45.586 INFO:teuthology.orchestra.run.smithi071.stderr:Generating ssh key... 2024-01-18T07:25:46.171 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:44.003315+0000 mgr.smithi071.wlolyy (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:48.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:47.195877+0000 mgr.smithi071.wlolyy (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:47.196087+0000 mgr.smithi071.wlolyy (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-18T07:25:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:47.320656+0000 mon.smithi071 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:47.323047+0000 mon.smithi071 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:50.683 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/aVh56lQermmj4IjE/xR/3nIGMxvxbow7Vc+zINOFwpWYnwp8daCjvYi+/GIfhC6s7KY07kBnuuVNBNGPtca9BHYKYwkLSfzJnxSVQ2DCTiiHPcnezuolz+SfR5eWSbub4XNY0dJ1JzN//6ZTBAUxJAiNmSnKIuJf73k9/dHPaaIqWZyan3aIp0oSMoH4mpf+OkFDo4MXXX/pErqd2QXEIw+3SrRDAKnF1yLZPHEiNXPB7l3wDGfU9t9U1ySGGGhKMlq/1eJuUmOJuTJzds3BJ04xGm1uqZdNiuGTwxdGUlmjIklT055F3M2Nd8Jw6jv12Y36zD080P3eLJ5ACTJQNEF11HX7tw7a3M/cUGvCJ4galO1pI90KIFmUSj6Nl7JvaubvsgFOBj/s22P0ftFENfANVWk2M62vjqP9jbppZhXzSBjd5voGwq/GuHopPuD+/GA62kjsLMW2sY/c4Vdl8XyIzTaNDcW4ysUYuYyCe/Qk1T7Erwjd4w0vpNB6RzU= ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:25:51.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:50.679293+0000 mgr.smithi071.wlolyy (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:52.914 INFO:teuthology.orchestra.run.smithi071.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:25:52.914 INFO:teuthology.orchestra.run.smithi071.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T07:25:52.916 INFO:teuthology.orchestra.run.smithi071.stderr:Adding host smithi071... 2024-01-18T07:25:54.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:53.795337+0000 mgr.smithi071.wlolyy (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "addr": "172.21.15.71", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:54.401 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Added host 'smithi071' with addr '172.21.15.71' 2024-01-18T07:25:54.691 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mon service with default placement... 2024-01-18T07:25:55.236 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T07:25:55.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:54.400015+0000 mon.smithi071 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:55.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:54.400283+0000 mgr.smithi071.wlolyy (mgr.14116) 10 : cephadm [INF] Added host smithi071 2024-01-18T07:25:55.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:54.413376+0000 mon.smithi071 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:25:55.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:55.236251+0000 mon.smithi071 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:55.591 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying mgr service with default placement... 2024-01-18T07:25:56.316 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T07:25:56.659 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying crash service with default placement... 2024-01-18T07:25:56.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:55.232768+0000 mgr.smithi071.wlolyy (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:56.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:55.233954+0000 mgr.smithi071.wlolyy (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T07:25:56.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:55.957274+0000 mon.smithi071 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:56.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:56.211331+0000 mon.smithi071 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:56.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:56.316408+0000 mon.smithi071 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:57.233 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T07:25:57.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:56.313293+0000 mgr.smithi071.wlolyy (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:57.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:56.314177+0000 mgr.smithi071.wlolyy (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T07:25:57.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:57.116733+0000 mon.smithi071 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:57.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:57.233019+0000 mon.smithi071 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:57.610 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying prometheus service with default placement... 2024-01-18T07:25:58.169 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T07:25:58.517 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying grafana service with default placement... 2024-01-18T07:25:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:57.227099+0000 mgr.smithi071.wlolyy (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:57.228073+0000 mgr.smithi071.wlolyy (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T07:25:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:58.169089+0000 mon.smithi071 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:58.987 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T07:25:59.316 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying node-exporter service with default placement... 2024-01-18T07:25:59.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:58.166093+0000 mgr.smithi071.wlolyy (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:25:59.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:58.166896+0000 mgr.smithi071.wlolyy (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T07:25:59.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:25:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:58.987698+0000 mon.smithi071 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:25:59.804 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T07:26:00.124 INFO:teuthology.orchestra.run.smithi071.stderr:Deploying alertmanager service with default placement... 2024-01-18T07:26:00.585 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T07:26:00.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:58.984765+0000 mgr.smithi071.wlolyy (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:26:00.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:58.985581+0000 mgr.smithi071.wlolyy (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T07:26:00.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:59.800886+0000 mgr.smithi071.wlolyy (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:26:00.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:25:59.801731+0000 mgr.smithi071.wlolyy (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T07:26:00.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:25:59.804753+0000 mon.smithi071 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:00.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:00.585217+0000 mon.smithi071 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.71:0/2086016102' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:02.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:00.582077+0000 mgr.smithi071.wlolyy (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:26:02.204 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:00.582875+0000 mgr.smithi071.wlolyy (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T07:26:02.205 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:01.386999+0000 mon.smithi071 (mon.0) 65 : audit [INF] from='client.? 172.21.15.71:0/454123285' entity='client.admin' 2024-01-18T07:26:02.500 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling the dashboard module... 2024-01-18T07:26:02.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:01.283981+0000 mgr.smithi071.wlolyy (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:26:02.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:02.184007+0000 mon.smithi071 (mon.0) 66 : audit [INF] from='client.? 172.21.15.71:0/243291795' entity='client.admin' 2024-01-18T07:26:04.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:02.997209+0000 mon.smithi071 (mon.0) 67 : audit [INF] from='client.? 172.21.15.71:0/3169248517' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T07:26:05.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-18T07:26:05.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-18T07:26:05.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:26:05.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "active_name": "smithi071.wlolyy", 2024-01-18T07:26:05.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T07:26:05.048 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-18T07:26:05.070 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:03.812683+0000 mon.smithi071 (mon.0) 68 : audit [INF] from='client.? 172.21.15.71:0/3169248517' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T07:26:05.071 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:03.812752+0000 mon.smithi071 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi071.wlolyy(active, since 22s) 2024-01-18T07:26:05.374 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for the mgr to restart... 2024-01-18T07:26:05.374 INFO:teuthology.orchestra.run.smithi071.stderr:Waiting for mgr epoch 9... 2024-01-18T07:26:06.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:05.047476+0000 mon.smithi071 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.71:0/1990910611' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T07:26:09.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:09.218798+0000 mon.smithi071 (mon.0) 71 : cluster [INF] Active manager daemon smithi071.wlolyy restarted 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:09.219023+0000 mon.smithi071 (mon.0) 72 : cluster [INF] Activating manager daemon smithi071.wlolyy 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:09.221919+0000 mon.smithi071 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:09.222029+0000 mon.smithi071 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi071.wlolyy(active, starting, since 0.00310589s) 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.223115+0000 mon.smithi071 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.223722+0000 mon.smithi071 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr metadata", "who": "smithi071.wlolyy", "id": "smithi071.wlolyy"}]: dispatch 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.224329+0000 mon.smithi071 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.224525+0000 mon.smithi071 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.224702+0000 mon.smithi071 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:26:09.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:09.238464+0000 mon.smithi071 (mon.0) 80 : cluster [INF] Manager daemon smithi071.wlolyy is now available 2024-01-18T07:26:10.230 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: { 2024-01-18T07:26:10.230 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-18T07:26:10.230 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T07:26:10.230 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: } 2024-01-18T07:26:10.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.332385+0000 mon.smithi071 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:26:10.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.333579+0000 mon.smithi071 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:26:10.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.357634+0000 mon.smithi071 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:26:10.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:09.360257+0000 mon.smithi071 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/trash_purge_schedule"}]: dispatch 2024-01-18T07:26:10.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:10.170491+0000 mon.smithi071 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:10.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:10.224362+0000 mon.smithi071 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi071.wlolyy(active, since 1.00544s) 2024-01-18T07:26:10.689 INFO:teuthology.orchestra.run.smithi071.stderr:mgr epoch 9 is available 2024-01-18T07:26:10.689 INFO:teuthology.orchestra.run.smithi071.stderr:Generating a dashboard self-signed certificate... 2024-01-18T07:26:11.479 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T07:26:11.637 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:10.223482+0000 mgr.smithi071.wlolyy (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T07:26:11.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:10.229640+0000 mgr.smithi071.wlolyy (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T07:26:11.805 INFO:teuthology.orchestra.run.smithi071.stderr:Creating initial admin user... 2024-01-18T07:26:12.514 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$BKCPqZH28I7P/guGQ055v.L8yKnbFwmuwUhIfvlABrAvcLEbPC3MW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705562772, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T07:26:12.534 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:11.273590+0000 mon.smithi071 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi071.wlolyy(active, since 2s) 2024-01-18T07:26:12.535 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:11.297298+0000 mgr.smithi071.wlolyy (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:26:12.535 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:11.473283+0000 mon.smithi071 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:12.535 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:11.478949+0000 mon.smithi071 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:12.846 INFO:teuthology.orchestra.run.smithi071.stderr:Fetching dashboard port number... 2024-01-18T07:26:13.329 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: 8443 2024-01-18T07:26:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: disabled 2024-01-18T07:26:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:systemctl: inactive 2024-01-18T07:26:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:firewalld.service is not enabled 2024-01-18T07:26:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T07:26:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:Ceph Dashboard is now available at: 2024-01-18T07:26:13.681 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:13.681 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071:8443/ 2024-01-18T07:26:13.681 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2024-01-18T07:26:13.681 INFO:teuthology.orchestra.run.smithi071.stderr: Password: mml2e3u5pw 2024-01-18T07:26:13.681 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:Enabling autotune for osd_memory_target 2024-01-18T07:26:13.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:12.298625+0000 mgr.smithi071.wlolyy (mgr.14156) 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-01-18T07:26:13.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:12.514376+0000 mon.smithi071 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:13.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:13.329630+0000 mon.smithi071 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.71:0/61449688' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T07:26:15.072 INFO:teuthology.orchestra.run.smithi071.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-18T07:26:15.421 INFO:teuthology.orchestra.run.smithi071.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-18T07:26:15.421 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.421 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:26:15.421 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.421 INFO:teuthology.orchestra.run.smithi071.stderr:Or, if you are only running a single cluster on this host: 2024-01-18T07:26:15.421 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.421 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:26:15.422 INFO:teuthology.orchestra.run.smithi071.stderr:Bootstrap complete. 2024-01-18T07:26:15.455 INFO:tasks.cephadm:Fetching config... 2024-01-18T07:26:15.455 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:26:15.455 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T07:26:15.473 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T07:26:15.473 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:26:15.473 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T07:26:15.531 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T07:26:15.532 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:26:15.532 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/keyring of=/dev/stdout 2024-01-18T07:26:15.601 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T07:26:15.601 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:26:15.601 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T07:26:15.657 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T07:26:15.658 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/aVh56lQermmj4IjE/xR/3nIGMxvxbow7Vc+zINOFwpWYnwp8daCjvYi+/GIfhC6s7KY07kBnuuVNBNGPtca9BHYKYwkLSfzJnxSVQ2DCTiiHPcnezuolz+SfR5eWSbub4XNY0dJ1JzN//6ZTBAUxJAiNmSnKIuJf73k9/dHPaaIqWZyan3aIp0oSMoH4mpf+OkFDo4MXXX/pErqd2QXEIw+3SrRDAKnF1yLZPHEiNXPB7l3wDGfU9t9U1ySGGGhKMlq/1eJuUmOJuTJzds3BJ04xGm1uqZdNiuGTwxdGUlmjIklT055F3M2Nd8Jw6jv12Y36zD080P3eLJ5ACTJQNEF11HX7tw7a3M/cUGvCJ4galO1pI90KIFmUSj6Nl7JvaubvsgFOBj/s22P0ftFENfANVWk2M62vjqP9jbppZhXzSBjd5voGwq/GuHopPuD+/GA62kjsLMW2sY/c4Vdl8XyIzTaNDcW4ysUYuYyCe/Qk1T7Erwjd4w0vpNB6RzU= ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T07:26:15.735 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/aVh56lQermmj4IjE/xR/3nIGMxvxbow7Vc+zINOFwpWYnwp8daCjvYi+/GIfhC6s7KY07kBnuuVNBNGPtca9BHYKYwkLSfzJnxSVQ2DCTiiHPcnezuolz+SfR5eWSbub4XNY0dJ1JzN//6ZTBAUxJAiNmSnKIuJf73k9/dHPaaIqWZyan3aIp0oSMoH4mpf+OkFDo4MXXX/pErqd2QXEIw+3SrRDAKnF1yLZPHEiNXPB7l3wDGfU9t9U1ySGGGhKMlq/1eJuUmOJuTJzds3BJ04xGm1uqZdNiuGTwxdGUlmjIklT055F3M2Nd8Jw6jv12Y36zD080P3eLJ5ACTJQNEF11HX7tw7a3M/cUGvCJ4galO1pI90KIFmUSj6Nl7JvaubvsgFOBj/s22P0ftFENfANVWk2M62vjqP9jbppZhXzSBjd5voGwq/GuHopPuD+/GA62kjsLMW2sY/c4Vdl8XyIzTaNDcW4ysUYuYyCe/Qk1T7Erwjd4w0vpNB6RzU= ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:26:15.747 DEBUG:teuthology.orchestra.run.smithi087:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/aVh56lQermmj4IjE/xR/3nIGMxvxbow7Vc+zINOFwpWYnwp8daCjvYi+/GIfhC6s7KY07kBnuuVNBNGPtca9BHYKYwkLSfzJnxSVQ2DCTiiHPcnezuolz+SfR5eWSbub4XNY0dJ1JzN//6ZTBAUxJAiNmSnKIuJf73k9/dHPaaIqWZyan3aIp0oSMoH4mpf+OkFDo4MXXX/pErqd2QXEIw+3SrRDAKnF1yLZPHEiNXPB7l3wDGfU9t9U1ySGGGhKMlq/1eJuUmOJuTJzds3BJ04xGm1uqZdNiuGTwxdGUlmjIklT055F3M2Nd8Jw6jv12Y36zD080P3eLJ5ACTJQNEF11HX7tw7a3M/cUGvCJ4galO1pI90KIFmUSj6Nl7JvaubvsgFOBj/s22P0ftFENfANVWk2M62vjqP9jbppZhXzSBjd5voGwq/GuHopPuD+/GA62kjsLMW2sY/c4Vdl8XyIzTaNDcW4ysUYuYyCe/Qk1T7Erwjd4w0vpNB6RzU= ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T07:26:15.793 INFO:teuthology.orchestra.run.smithi087.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/aVh56lQermmj4IjE/xR/3nIGMxvxbow7Vc+zINOFwpWYnwp8daCjvYi+/GIfhC6s7KY07kBnuuVNBNGPtca9BHYKYwkLSfzJnxSVQ2DCTiiHPcnezuolz+SfR5eWSbub4XNY0dJ1JzN//6ZTBAUxJAiNmSnKIuJf73k9/dHPaaIqWZyan3aIp0oSMoH4mpf+OkFDo4MXXX/pErqd2QXEIw+3SrRDAKnF1yLZPHEiNXPB7l3wDGfU9t9U1ySGGGhKMlq/1eJuUmOJuTJzds3BJ04xGm1uqZdNiuGTwxdGUlmjIklT055F3M2Nd8Jw6jv12Y36zD080P3eLJ5ACTJQNEF11HX7tw7a3M/cUGvCJ4galO1pI90KIFmUSj6Nl7JvaubvsgFOBj/s22P0ftFENfANVWk2M62vjqP9jbppZhXzSBjd5voGwq/GuHopPuD+/GA62kjsLMW2sY/c4Vdl8XyIzTaNDcW4ysUYuYyCe/Qk1T7Erwjd4w0vpNB6RzU= ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:26:15.806 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T07:26:16.399 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:15.069989+0000 mon.smithi071 (mon.0) 92 : audit [INF] from='client.? 172.21.15.71:0/530614518' entity='client.admin' 2024-01-18T07:26:17.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:16.072276+0000 mon.smithi071 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi071.wlolyy(active, since 6s) 2024-01-18T07:26:17.440 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T07:26:17.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T07:26:18.397 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:17.101980+0000 mon.smithi071 (mon.0) 94 : audit [INF] from='client.? 172.21.15.71:0/4189587335' entity='client.admin' 2024-01-18T07:26:19.096 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi087 2024-01-18T07:26:19.096 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:26:19.096 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.conf 2024-01-18T07:26:19.117 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:26:19.117 DEBUG:teuthology.orchestra.run.smithi087:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:26:19.177 INFO:tasks.cephadm:Adding host smithi087 to orchestrator... 2024-01-18T07:26:19.177 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch host add smithi087 2024-01-18T07:26:19.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:18.294261+0000 mon.smithi071 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:19.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:18.629729+0000 mon.smithi071 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:26:19.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:18.632874+0000 mon.smithi071 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:19.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:18.641197+0000 mgr.smithi071.wlolyy (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi071 on smithi071 2024-01-18T07:26:19.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:18.753262+0000 mgr.smithi071.wlolyy (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-01-18T07:26:19.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:18.755665+0000 mon.smithi071 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:24.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:23.702238+0000 mon.smithi071 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:24.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:23.703719+0000 mon.smithi071 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:26:24.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:23.705322+0000 mon.smithi071 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T07:26:24.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:23.705835+0000 mon.smithi071 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:26:24.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:23.706289+0000 mgr.smithi071.wlolyy (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi071 on smithi071 2024-01-18T07:26:24.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:24.357143+0000 mon.smithi071 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:26.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:25.245172+0000 mon.smithi071 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:26.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:25.383490+0000 mon.smithi071 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:26.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:25.385968+0000 mon.smithi071 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:26.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:25.387878+0000 mon.smithi071 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T07:26:26.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:25.388242+0000 mgr.smithi071.wlolyy (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T07:26:26.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:25.391311+0000 mon.smithi071 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:26.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:25.397616+0000 mgr.smithi071.wlolyy (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi071 on smithi071 2024-01-18T07:26:30.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:29.225393+0000 mgr.smithi071.wlolyy (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:26:30.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:29.363313+0000 mon.smithi071 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:32.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:31.225617+0000 mgr.smithi071.wlolyy (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:26:34.658 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:33.225868+0000 mgr.smithi071.wlolyy (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:26:36.232 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:35.226088+0000 mgr.smithi071.wlolyy (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:26:37.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:36.318473+0000 mon.smithi071 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:37.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:36.320527+0000 mgr.smithi071.wlolyy (mgr.14156) 14 : cephadm [INF] Deploying daemon node-exporter.smithi071 on smithi071 2024-01-18T07:26:38.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:37.226437+0000 mgr.smithi071.wlolyy (mgr.14156) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:26:39.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:38.596806+0000 mon.smithi071 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:39.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:38.599089+0000 mon.smithi071 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T07:26:39.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:39.366764+0000 mon.smithi071 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:40.925 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:39.600416+0000 mon.smithi071 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.71:0/1886859870' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T07:26:40.925 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:39.600471+0000 mon.smithi071 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi071.wlolyy(active, since 30s) 2024-01-18T07:26:45.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:44.834094+0000 mon.smithi071 (mon.0) 116 : cluster [INF] Active manager daemon smithi071.wlolyy restarted 2024-01-18T07:26:45.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:44.834409+0000 mon.smithi071 (mon.0) 117 : cluster [INF] Activating manager daemon smithi071.wlolyy 2024-01-18T07:26:45.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:44.839740+0000 mon.smithi071 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T07:26:45.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:44.839851+0000 mon.smithi071 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi071.wlolyy(active, starting, since 0.00558123s) 2024-01-18T07:26:45.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.840888+0000 mon.smithi071 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-18T07:26:45.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.841525+0000 mon.smithi071 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr metadata", "who": "smithi071.wlolyy", "id": "smithi071.wlolyy"}]: dispatch 2024-01-18T07:26:45.152 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.842352+0000 mon.smithi071 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:26:45.153 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.842580+0000 mon.smithi071 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:26:45.153 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.842784+0000 mon.smithi071 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:26:45.153 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:44.856552+0000 mon.smithi071 (mon.0) 125 : cluster [INF] Manager daemon smithi071.wlolyy is now available 2024-01-18T07:26:46.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.952700+0000 mon.smithi071 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:26:46.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.953876+0000 mon.smithi071 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:26:46.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.980009+0000 mon.smithi071 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:46.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.991685+0000 mon.smithi071 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:26:46.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:44.996585+0000 mon.smithi071 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi071.wlolyy/trash_purge_schedule"}]: dispatch 2024-01-18T07:26:46.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:45.839108+0000 mon.smithi071 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi071.wlolyy(active, since 1.00484s) 2024-01-18T07:26:48.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:46.922845+0000 mon.smithi071 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi071.wlolyy(active, since 2s) 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:46.991455+0000 mon.smithi071 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:47.275008+0000 mon.smithi071 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi071", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:47.275773+0000 mon.smithi071 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:47.276382+0000 mon.smithi071 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:47.277407+0000 mgr.smithi071.wlolyy (mgr.14180) 1 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:47.296818+0000 mgr.smithi071.wlolyy (mgr.14180) 2 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:47.325097+0000 mon.smithi071 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:47.327479+0000 mon.smithi071 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:48.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:47.338925+0000 mgr.smithi071.wlolyy (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi071 on smithi071 2024-01-18T07:26:51.023 INFO:teuthology.orchestra.run.smithi087.stdout:Added host 'smithi087' with addr '172.21.15.87' 2024-01-18T07:26:51.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:50.415052+0000 mgr.smithi071.wlolyy (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi087", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:26:51.386 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T07:26:52.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:51.022132+0000 mon.smithi071 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:52.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:51.022382+0000 mgr.smithi071.wlolyy (mgr.14180) 5 : cephadm [INF] Added host smithi087 2024-01-18T07:26:53.066 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:26:53.066 INFO:teuthology.orchestra.run.smithi087.stdout:[{"addr": "172.21.15.71", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "172.21.15.87", "hostname": "smithi087", "labels": [], "status": ""}] 2024-01-18T07:26:53.441 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T07:26:53.441 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T07:26:53.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:53.066103+0000 mgr.smithi071.wlolyy (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:26:55.986 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-01-18T07:26:56.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:54.973799+0000 mon.smithi071 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:56.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:54.975454+0000 mon.smithi071 (mon.0) 141 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:26:56.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:54.982514+0000 mon.smithi071 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:56.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:55.275873+0000 mon.smithi071 (mon.0) 143 : audit [INF] from='client.? 172.21.15.71:0/3315037762' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T07:26:56.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:55.429782+0000 mon.smithi071 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:56.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:55.707615+0000 mon.smithi071 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:56.490 INFO:tasks.cephadm:Adding mon.smithi071 on smithi071 2024-01-18T07:26:56.490 INFO:tasks.cephadm:Adding mon.smithi087 on smithi087 2024-01-18T07:26:56.491 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi071:172.21.15.71=smithi071;smithi087:172.21.15.87=smithi087' 2024-01-18T07:26:57.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:55.983722+0000 mon.smithi071 (mon.0) 146 : audit [INF] from='client.? 172.21.15.71:0/3315037762' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T07:26:57.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:26:55.983803+0000 mon.smithi071 (mon.0) 147 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T07:26:58.243 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled mon update... 2024-01-18T07:26:58.623 DEBUG:teuthology.orchestra.run.smithi087:mon.smithi087> sudo journalctl -f -n 0 -u ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi087.service 2024-01-18T07:26:58.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:26:58.626 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:26:58.655 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:-- Logs begin at Thu 2024-01-18 07:13:59 UTC. -- 2024-01-18T07:26:59.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:58.005246+0000 mon.smithi071 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:59.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:58.226040+0000 mon.smithi071 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:26:59.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:58.239678+0000 mgr.smithi071.wlolyy (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi071:172.21.15.71=smithi071;smithi087:172.21.15.87=smithi087", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:26:59.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:58.241534+0000 mgr.smithi071.wlolyy (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi071:172.21.15.71=smithi071;smithi087:172.21.15.87=smithi087;count:2 2024-01-18T07:26:59.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:26:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:58.243322+0000 mon.smithi071 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:00.067 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:27:00.067 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"a8c010d6-b5d2-11ee-95ae-87774f69a715","modified":"2024-01-18T07:25:19.369788Z","created":"2024-01-18T07:25:19.369788Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:27:00.069 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.478956+0000 mon.smithi071 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.479756+0000 mon.smithi071 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi087", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.480746+0000 mon.smithi071 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.481499+0000 mon.smithi071 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:59.482696+0000 mgr.smithi071.wlolyy (mgr.14180) 9 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:59.500332+0000 mgr.smithi071.wlolyy (mgr.14180) 10 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.520192+0000 mon.smithi071 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.523635+0000 mon.smithi071 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:00.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.525540+0000 mon.smithi071 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:27:00.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.528261+0000 mon.smithi071 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T07:27:00.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:26:59.529157+0000 mon.smithi071 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:00.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:26:59.529814+0000 mgr.smithi071.wlolyy (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi087 on smithi087 2024-01-18T07:27:00.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:00.066743+0000 mon.smithi071 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.87:0/1077643516' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:27:01.670 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:27:01.670 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:27:03.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:01.755727+0000 mon.smithi071 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:03.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:01.757899+0000 mon.smithi071 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.tjbrfr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:27:03.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:01.759938+0000 mon.smithi071 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.tjbrfr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T07:27:03.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:01.760755+0000 mon.smithi071 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:27:03.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:01.761658+0000 mon.smithi071 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:03.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:01.762353+0000 mgr.smithi071.wlolyy (mgr.14180) 12 : cephadm [INF] Deploying daemon mgr.smithi087.tjbrfr on smithi087 2024-01-18T07:27:04.501 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:27:04.501 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":1,"fsid":"a8c010d6-b5d2-11ee-95ae-87774f69a715","modified":"2024-01-18T07:25:19.369788Z","created":"2024-01-18T07:25:19.369788Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T07:27:04.503 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 1 2024-01-18T07:27:04.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:04.500746+0000 mon.smithi071 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.87:0/2637007896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:27:06.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:04.843786+0000 mgr.smithi071.wlolyy (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:06.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:04.988546+0000 mon.smithi071 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:06.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:05.157576+0000 mon.smithi071 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:06.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:05.159688+0000 mon.smithi071 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:27:06.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:05.160463+0000 mon.smithi071 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:06.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:05.161086+0000 mgr.smithi071.wlolyy (mgr.14180) 14 : cephadm [INF] Deploying daemon mon.smithi087 on smithi087 2024-01-18T07:27:06.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T07:27:06.468 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T07:27:07.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 systemd[1]: Started Ceph mon.smithi087 for a8c010d6-b5d2-11ee-95ae-87774f69a715. 2024-01-18T07:27:07.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.726+0000 7fd9311f3880 0 starting mon.smithi087 rank -1 at public addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] at bind addrs [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi087 fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:27:07.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.728+0000 7fd9311f3880 1 mon.smithi087@-1(???) e0 preinit fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:27:07.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.751+0000 7fd91a7eb700 0 mon.smithi087@-1(synchronizing).mds e1 new map 2024-01-18T07:27:07.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.751+0000 7fd91a7eb700 0 mon.smithi087@-1(synchronizing).mds e1 print_map 2024-01-18T07:27:07.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: e1 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: legacy client fscid: -1 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: No filesystems configured 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.751+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.751+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.751+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.751+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-18T07:27:07.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 0 mon.smithi087@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:04.843786+0000 mgr.smithi071.wlolyy (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:04.988546+0000 mon.smithi071 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:05.157576+0000 mon.smithi071 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:05.159688+0000 mon.smithi071 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:05.160463+0000 mon.smithi071 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:05.161086+0000 mgr.smithi071.wlolyy (mgr.14180) 14 : cephadm [INF] Deploying daemon mon.smithi087 on smithi087 2024-01-18T07:27:07.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:27:07.752+0000 7fd91a7eb700 1 mon.smithi087@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-18T07:27:13.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:07.760156+0000 mon.smithi071 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-18T07:27:13.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:07.760340+0000 mon.smithi071 (mon.0) 173 : cluster [INF] mon.smithi071 calling monitor election 2024-01-18T07:27:13.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:07.775923+0000 mon.smithi071 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.218 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:08.757414+0000 mon.smithi071 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:08.844537+0000 mgr.smithi071.wlolyy (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:09.757215+0000 mon.smithi071 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:09.758321+0000 mon.smithi087 (mon.1) 1 : cluster [INF] mon.smithi087 calling monitor election 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:10.548077+0000 mon.smithi071 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.tjbrfr/crt"}]: dispatch 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:10.757304+0000 mon.smithi071 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:10.844833+0000 mgr.smithi071.wlolyy (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:11.757793+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:12.757506+0000 mon.smithi071 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.789491+0000 mon.smithi071 (mon.0) 181 : cluster [INF] mon.smithi071 is new leader, mons smithi071,smithi087 in quorum (ranks 0,1) 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.794655+0000 mon.smithi071 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.806486+0000 mon.smithi071 (mon.0) 183 : cluster [DBG] fsmap 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.806533+0000 mon.smithi071 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.806778+0000 mon.smithi071 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi071.wlolyy(active, since 27s) 2024-01-18T07:27:13.219 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.808261+0000 mon.smithi071 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi087.tjbrfr started 2024-01-18T07:27:13.220 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:12.809366+0000 mon.smithi071 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T07:27:13.220 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.811825+0000 mon.smithi071 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-01-18T07:27:13.220 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:12.813103+0000 mon.smithi071 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.tjbrfr/key"}]: dispatch 2024-01-18T07:27:13.220 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:12.813663+0000 mon.smithi071 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T07:27:13.220 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:12.817177+0000 mon.smithi071 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:13.220 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:12.823527+0000 mon.smithi071 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:07.760156+0000 mon.smithi071 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi071"}]: dispatch 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:07.760340+0000 mon.smithi071 (mon.0) 173 : cluster [INF] mon.smithi071 calling monitor election 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:07.775923+0000 mon.smithi071 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:08.757414+0000 mon.smithi071 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:08.844537+0000 mgr.smithi071.wlolyy (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:09.757215+0000 mon.smithi071 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:09.758321+0000 mon.smithi087 (mon.1) 1 : cluster [INF] mon.smithi087 calling monitor election 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:10.548077+0000 mon.smithi071 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.tjbrfr/crt"}]: dispatch 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:10.757304+0000 mon.smithi071 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:10.844833+0000 mgr.smithi071.wlolyy (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:13.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:11.757793+0000 mon.smithi071 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:12.757506+0000 mon.smithi071 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.789491+0000 mon.smithi071 (mon.0) 181 : cluster [INF] mon.smithi071 is new leader, mons smithi071,smithi087 in quorum (ranks 0,1) 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.794655+0000 mon.smithi071 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi071=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],smithi087=[v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0]} removed_ranks: {} 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.806486+0000 mon.smithi071 (mon.0) 183 : cluster [DBG] fsmap 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.806533+0000 mon.smithi071 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.806778+0000 mon.smithi071 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi071.wlolyy(active, since 27s) 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.808261+0000 mon.smithi071 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi087.tjbrfr started 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:12.809366+0000 mon.smithi071 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.811825+0000 mon.smithi071 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:12.813103+0000 mon.smithi071 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi087.tjbrfr/key"}]: dispatch 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:12.813663+0000 mon.smithi071 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.87:0/2113201165' entity='mgr.smithi087.tjbrfr' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:12.817177+0000 mon.smithi071 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:13.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:12.823527+0000 mon.smithi071 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:14.151 INFO:teuthology.orchestra.run.smithi087.stdout: 2024-01-18T07:27:14.151 INFO:teuthology.orchestra.run.smithi087.stdout:{"epoch":2,"fsid":"a8c010d6-b5d2-11ee-95ae-87774f69a715","modified":"2024-01-18T07:27:07.757494Z","created":"2024-01-18T07:25:19.369788Z","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":"smithi071","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi087","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:3300","nonce":0},{"type":"v1","addr":"172.21.15.87:6789","nonce":0}]},"addr":"172.21.15.87:6789/0","public_addr":"172.21.15.87:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-18T07:27:14.153 INFO:teuthology.orchestra.run.smithi087.stderr:dumped monmap epoch 2 2024-01-18T07:27:14.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:12.819057+0000 mgr.smithi071.wlolyy (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2024-01-18T07:27:14.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.845183+0000 mgr.smithi071.wlolyy (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:14.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:12.867074+0000 mon.smithi071 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi071.wlolyy(active, since 28s), standbys: smithi087.tjbrfr 2024-01-18T07:27:14.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:12.867212+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr metadata", "who": "smithi087.tjbrfr", "id": "smithi087.tjbrfr"}]: dispatch 2024-01-18T07:27:14.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:13.757940+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:14.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:12.819057+0000 mgr.smithi071.wlolyy (mgr.14180) 18 : cephadm [INF] Deploying daemon node-exporter.smithi087 on smithi087 2024-01-18T07:27:14.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.845183+0000 mgr.smithi071.wlolyy (mgr.14180) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:14.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:12.867074+0000 mon.smithi071 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi071.wlolyy(active, since 28s), standbys: smithi087.tjbrfr 2024-01-18T07:27:14.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:12.867212+0000 mon.smithi071 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr metadata", "who": "smithi087.tjbrfr", "id": "smithi087.tjbrfr"}]: dispatch 2024-01-18T07:27:14.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:13.757940+0000 mon.smithi071 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mon metadata", "id": "smithi087"}]: dispatch 2024-01-18T07:27:15.008 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T07:27:15.008 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T07:27:15.040 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:14.150180+0000 mon.smithi071 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.87:0/1593892121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:27:15.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:14.150180+0000 mon.smithi071 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.87:0/1593892121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T07:27:16.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:14.845487+0000 mgr.smithi071.wlolyy (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:16.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:14.845487+0000 mgr.smithi071.wlolyy (mgr.14180) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:16.306 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:27:16.306 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-01-18T07:27:16.306 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:27:16.307 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.87:3300/0,v1:172.21.15.87:6789/0] 2024-01-18T07:27:16.687 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T07:27:16.687 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:27:16.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T07:27:16.758 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:27:16.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:27:16.825 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:27:16.825 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T07:27:16.861 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:27:16.861 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T07:27:16.982 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T07:27:16.982 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:27:16.982 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:27:16.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:16.306852+0000 mon.smithi071 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.71:0/2222103782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:16.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:16.592733+0000 mon.smithi071 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:16.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:16.593986+0000 mon.smithi071 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:27:16.999 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:27:16.999 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme1n1 2024-01-18T07:27:17.057 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme1n1 2024-01-18T07:27:17.057 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:17.057 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 193313 Links: 1 Device type: 103,1 2024-01-18T07:27:17.057 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:17.057 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:17.057 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:26:17.462720809 +0000 2024-01-18T07:27:17.058 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:24:45.051390374 +0000 2024-01-18T07:27:17.058 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:24:45.051390374 +0000 2024-01-18T07:27:17.058 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:27:17.058 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T07:27:17.122 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:27:17.122 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:27:17.123 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000253837 s, 2.0 MB/s 2024-01-18T07:27:17.124 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T07:27:17.182 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme2n1 2024-01-18T07:27:17.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:16.306852+0000 mon.smithi071 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.71:0/2222103782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:17.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:16.592733+0000 mon.smithi071 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:17.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:16.593986+0000 mon.smithi071 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:27:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme2n1 2024-01-18T07:27:17.239 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:17.239 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 196218 Links: 1 Device type: 103,2 2024-01-18T07:27:17.239 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:17.240 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:17.240 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:26:17.474720590 +0000 2024-01-18T07:27:17.240 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:24:45.202387653 +0000 2024-01-18T07:27:17.240 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:24:45.202387653 +0000 2024-01-18T07:27:17.240 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:27:17.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T07:27:17.304 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:27:17.304 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:27:17.304 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000238488 s, 2.1 MB/s 2024-01-18T07:27:17.305 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T07:27:17.363 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme3n1 2024-01-18T07:27:17.421 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme3n1 2024-01-18T07:27:17.421 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 193478 Links: 1 Device type: 103,3 2024-01-18T07:27:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:17.421 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:26:17.486720371 +0000 2024-01-18T07:27:17.422 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:24:45.353384932 +0000 2024-01-18T07:27:17.422 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:24:45.353384932 +0000 2024-01-18T07:27:17.422 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:27:17.422 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T07:27:17.486 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:27:17.487 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:27:17.487 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000201525 s, 2.5 MB/s 2024-01-18T07:27:17.488 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T07:27:17.546 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/nvme4n1 2024-01-18T07:27:17.603 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/nvme4n1 2024-01-18T07:27:17.603 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:17.604 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 6h/6d Inode: 193482 Links: 1 Device type: 103,4 2024-01-18T07:27:17.604 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:17.604 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:17.604 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-01-18 07:26:17.498720152 +0000 2024-01-18T07:27:17.604 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-01-18 07:24:45.502382248 +0000 2024-01-18T07:27:17.604 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-01-18 07:24:45.502382248 +0000 2024-01-18T07:27:17.604 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: - 2024-01-18T07:27:17.604 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T07:27:17.668 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-01-18T07:27:17.669 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-01-18T07:27:17.669 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000290254 s, 1.8 MB/s 2024-01-18T07:27:17.670 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T07:27:17.728 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:27:17.728 DEBUG:teuthology.orchestra.run.smithi087:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:27:17.749 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:27:17.749 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme1n1 2024-01-18T07:27:17.811 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme1n1 2024-01-18T07:27:17.811 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:17.811 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 200312 Links: 1 Device type: 103,1 2024-01-18T07:27:17.811 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:26:57.215229186 +0000 2024-01-18T07:27:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:24:46.685274400 +0000 2024-01-18T07:27:17.812 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:24:46.685274400 +0000 2024-01-18T07:27:17.812 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:27:17.812 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T07:27:17.882 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:27:17.882 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:27:17.882 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000306858 s, 1.7 MB/s 2024-01-18T07:27:17.883 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T07:27:17.944 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme2n1 2024-01-18T07:27:18.004 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme2n1 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 200771 Links: 1 Device type: 103,2 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:26:57.225228952 +0000 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:24:46.833270950 +0000 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:24:46.833270950 +0000 2024-01-18T07:27:18.005 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:27:18.005 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T07:27:18.075 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:27:18.075 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:27:18.075 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000262761 s, 1.9 MB/s 2024-01-18T07:27:18.076 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T07:27:18.136 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme3n1 2024-01-18T07:27:18.195 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme3n1 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 200540 Links: 1 Device type: 103,3 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:26:57.236228695 +0000 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:24:46.984267431 +0000 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:24:46.984267431 +0000 2024-01-18T07:27:18.196 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:27:18.196 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T07:27:18.264 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:27:18.264 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:27:18.264 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000234428 s, 2.2 MB/s 2024-01-18T07:27:18.265 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T07:27:18.325 DEBUG:teuthology.orchestra.run.smithi087:> stat /dev/nvme4n1 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout: File: /dev/nvme4n1 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout:Device: 6h/6d Inode: 200567 Links: 1 Device type: 103,4 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout:Access: 2024-01-18 07:26:57.246228462 +0000 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout:Modify: 2024-01-18 07:24:47.133263959 +0000 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout:Change: 2024-01-18 07:24:47.133263959 +0000 2024-01-18T07:27:18.384 INFO:teuthology.orchestra.run.smithi087.stdout: Birth: - 2024-01-18T07:27:18.385 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T07:27:18.451 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records in 2024-01-18T07:27:18.451 INFO:teuthology.orchestra.run.smithi087.stderr:1+0 records out 2024-01-18T07:27:18.451 INFO:teuthology.orchestra.run.smithi087.stderr:512 bytes copied, 0.000243146 s, 2.1 MB/s 2024-01-18T07:27:18.453 DEBUG:teuthology.orchestra.run.smithi087:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T07:27:18.510 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-18T07:27:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:16.845765+0000 mgr.smithi071.wlolyy (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:17.828175+0000 mon.smithi071 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:16.845765+0000 mgr.smithi071.wlolyy (mgr.14180) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:17.828175+0000 mon.smithi071 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:18.846086+0000 mgr.smithi071.wlolyy (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:20.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:18.846086+0000 mgr.smithi071.wlolyy (mgr.14180) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:22.419 INFO:teuthology.orchestra.run.smithi087.stdout:Scheduled osd.all-available-devices update... 2024-01-18T07:27:22.701 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:20.846448+0000 mgr.smithi071.wlolyy (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:22.701 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.738617+0000 mon.smithi071 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.701 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.739448+0000 mon.smithi071 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:22.701 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.740242+0000 mon.smithi071 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:27:22.701 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.767637+0000 mon.smithi071 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.701 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.775428+0000 mon.smithi071 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.701 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.778958+0000 mon.smithi071 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.702 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.782437+0000 mon.smithi071 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:27:22.702 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.783134+0000 mon.smithi071 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:27:22.702 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:21.783860+0000 mon.smithi071 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:22.702 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:22.418876+0000 mon.smithi071 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.793 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T07:27:22.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:22.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:20.846448+0000 mgr.smithi071.wlolyy (mgr.14180) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:22.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.738617+0000 mon.smithi071 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.739448+0000 mon.smithi071 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.740242+0000 mon.smithi071 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.767637+0000 mon.smithi071 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.775428+0000 mon.smithi071 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.778958+0000 mon.smithi071 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.782437+0000 mon.smithi071 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.783134+0000 mon.smithi071 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:21.783860+0000 mon.smithi071 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:22.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:22.418876+0000 mon.smithi071 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:21.741293+0000 mgr.smithi071.wlolyy (mgr.14180) 24 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-01-18T07:27:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:21.741681+0000 mgr.smithi071.wlolyy (mgr.14180) 25 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-01-18T07:27:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:21.782165+0000 mgr.smithi071.wlolyy (mgr.14180) 26 : cephadm [INF] Reconfiguring mon.smithi071 (unknown last config time)... 2024-01-18T07:27:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:21.784567+0000 mgr.smithi071.wlolyy (mgr.14180) 27 : cephadm [INF] Reconfiguring daemon mon.smithi071 on smithi071 2024-01-18T07:27:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:22.413648+0000 mgr.smithi071.wlolyy (mgr.14180) 28 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:27:23.964 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:22.415034+0000 mgr.smithi071.wlolyy (mgr.14180) 29 : cephadm [INF] Marking host: smithi071 for OSDSpec preview refresh. 2024-01-18T07:27:23.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:22.415176+0000 mgr.smithi071.wlolyy (mgr.14180) 30 : cephadm [INF] Marking host: smithi087 for OSDSpec preview refresh. 2024-01-18T07:27:23.965 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:22.415601+0000 mgr.smithi071.wlolyy (mgr.14180) 31 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:21.741293+0000 mgr.smithi071.wlolyy (mgr.14180) 24 : cephadm [INF] Updating smithi071:/etc/ceph/ceph.conf 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:21.741681+0000 mgr.smithi071.wlolyy (mgr.14180) 25 : cephadm [INF] Updating smithi087:/etc/ceph/ceph.conf 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:21.782165+0000 mgr.smithi071.wlolyy (mgr.14180) 26 : cephadm [INF] Reconfiguring mon.smithi071 (unknown last config time)... 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:21.784567+0000 mgr.smithi071.wlolyy (mgr.14180) 27 : cephadm [INF] Reconfiguring daemon mon.smithi071 on smithi071 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:22.413648+0000 mgr.smithi071.wlolyy (mgr.14180) 28 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:22.415034+0000 mgr.smithi071.wlolyy (mgr.14180) 29 : cephadm [INF] Marking host: smithi071 for OSDSpec preview refresh. 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:22.415176+0000 mgr.smithi071.wlolyy (mgr.14180) 30 : cephadm [INF] Marking host: smithi087 for OSDSpec preview refresh. 2024-01-18T07:27:23.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:22.415601+0000 mgr.smithi071.wlolyy (mgr.14180) 31 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T07:27:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:22.846753+0000 mgr.smithi071.wlolyy (mgr.14180) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:23.908111+0000 mon.smithi071 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:23.909002+0000 mon.smithi071 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.wlolyy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:27:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:23.909695+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:27:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:23.910272+0000 mon.smithi071 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:24.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:22.846753+0000 mgr.smithi071.wlolyy (mgr.14180) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:24.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:23.908111+0000 mon.smithi071 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:24.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:23.909002+0000 mon.smithi071 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi071.wlolyy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:27:24.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:23.909695+0000 mon.smithi071 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:27:24.984 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:23.910272+0000 mon.smithi071 (mon.0) 214 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:25.307 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:25.633 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T07:27:25.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:23.908740+0000 mgr.smithi071.wlolyy (mgr.14180) 33 : cephadm [INF] Reconfiguring mgr.smithi071.wlolyy (unknown last config time)... 2024-01-18T07:27:25.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:23.910778+0000 mgr.smithi071.wlolyy (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi071.wlolyy on smithi071 2024-01-18T07:27:25.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:25.163821+0000 mon.smithi071 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:25.921 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:25.307736+0000 mon.smithi071 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.71:0/3417508776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:25.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:23.908740+0000 mgr.smithi071.wlolyy (mgr.14180) 33 : cephadm [INF] Reconfiguring mgr.smithi071.wlolyy (unknown last config time)... 2024-01-18T07:27:25.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:23.910778+0000 mgr.smithi071.wlolyy (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi071.wlolyy on smithi071 2024-01-18T07:27:25.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:25.163821+0000 mon.smithi071 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:25.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:25.307736+0000 mon.smithi071 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.71:0/3417508776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:26.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:26.825 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:24.847071+0000 mgr.smithi071.wlolyy (mgr.14180) 35 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:26.826 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:25.164475+0000 mgr.smithi071.wlolyy (mgr.14180) 36 : cephadm [INF] Reconfiguring alertmanager.smithi071 (dependencies changed)... 2024-01-18T07:27:26.826 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:25.170316+0000 mgr.smithi071.wlolyy (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi071 on smithi071 2024-01-18T07:27:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:24.847071+0000 mgr.smithi071.wlolyy (mgr.14180) 35 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:25.164475+0000 mgr.smithi071.wlolyy (mgr.14180) 36 : cephadm [INF] Reconfiguring alertmanager.smithi071 (dependencies changed)... 2024-01-18T07:27:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:25.170316+0000 mgr.smithi071.wlolyy (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon alertmanager.smithi071 on smithi071 2024-01-18T07:27:28.312 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:28.728 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T07:27:28.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:26.847284+0000 mgr.smithi071.wlolyy (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:28.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:28.311459+0000 mon.smithi071 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.71:0/3233011362' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:28.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:28.559573+0000 mon.smithi071 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:28.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:28.560967+0000 mon.smithi071 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:27:28.870 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:28.561584+0000 mon.smithi071 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:26.847284+0000 mgr.smithi071.wlolyy (mgr.14180) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:28.311459+0000 mon.smithi071 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.71:0/3233011362' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:28.559573+0000 mon.smithi071 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:28.560967+0000 mon.smithi071 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi071", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:27:28.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:28.561584+0000 mon.smithi071 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:29.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:29.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:28.560701+0000 mgr.smithi071.wlolyy (mgr.14180) 39 : cephadm [INF] Reconfiguring crash.smithi071 (monmap changed)... 2024-01-18T07:27:29.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:28.562038+0000 mgr.smithi071.wlolyy (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon crash.smithi071 on smithi071 2024-01-18T07:27:29.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:29.599826+0000 mon.smithi071 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:28.560701+0000 mgr.smithi071.wlolyy (mgr.14180) 39 : cephadm [INF] Reconfiguring crash.smithi071 (monmap changed)... 2024-01-18T07:27:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:28.562038+0000 mgr.smithi071.wlolyy (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon crash.smithi071 on smithi071 2024-01-18T07:27:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:29.599826+0000 mon.smithi071 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:30.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:28.847530+0000 mgr.smithi071.wlolyy (mgr.14180) 41 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:30.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:29.600427+0000 mgr.smithi071.wlolyy (mgr.14180) 42 : cephadm [INF] Reconfiguring grafana.smithi071 (dependencies changed)... 2024-01-18T07:27:30.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:29.633238+0000 mgr.smithi071.wlolyy (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi071 on smithi071 2024-01-18T07:27:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:28.847530+0000 mgr.smithi071.wlolyy (mgr.14180) 41 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:29.600427+0000 mgr.smithi071.wlolyy (mgr.14180) 42 : cephadm [INF] Reconfiguring grafana.smithi071 (dependencies changed)... 2024-01-18T07:27:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:29.633238+0000 mgr.smithi071.wlolyy (mgr.14180) 43 : cephadm [INF] Reconfiguring daemon grafana.smithi071 on smithi071 2024-01-18T07:27:31.742 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:32.268 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T07:27:32.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:30.847773+0000 mgr.smithi071.wlolyy (mgr.14180) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:32.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:31.742321+0000 mon.smithi071 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.71:0/2690011490' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:30.847773+0000 mgr.smithi071.wlolyy (mgr.14180) 44 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:31.742321+0000 mon.smithi071 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.71:0/2690011490' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:33.269 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:33.815 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:32.789627+0000 mon.smithi071 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:33.815 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:32.790409+0000 mgr.smithi071.wlolyy (mgr.14180) 45 : cephadm [INF] Reconfiguring prometheus.smithi071 (dependencies changed)... 2024-01-18T07:27:33.815 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:32.793957+0000 mgr.smithi071.wlolyy (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi071 on smithi071 2024-01-18T07:27:33.815 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:32.848043+0000 mgr.smithi071.wlolyy (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:32.789627+0000 mon.smithi071 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:32.790409+0000 mgr.smithi071.wlolyy (mgr.14180) 45 : cephadm [INF] Reconfiguring prometheus.smithi071 (dependencies changed)... 2024-01-18T07:27:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:32.793957+0000 mgr.smithi071.wlolyy (mgr.14180) 46 : cephadm [INF] Reconfiguring daemon prometheus.smithi071 on smithi071 2024-01-18T07:27:34.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:32.848043+0000 mgr.smithi071.wlolyy (mgr.14180) 47 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:35.149 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:35.571 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T07:27:36.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:34.848234+0000 mgr.smithi071.wlolyy (mgr.14180) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:36.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:35.148233+0000 mon.smithi071 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.71:0/3616561344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:36.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:35.826501+0000 mon.smithi071 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:36.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:35.827255+0000 mon.smithi071 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:27:36.183 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:35.827878+0000 mon.smithi071 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:36.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:34.848234+0000 mgr.smithi071.wlolyy (mgr.14180) 48 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:35.148233+0000 mon.smithi071 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.71:0/3616561344' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:35.826501+0000 mon.smithi071 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:35.827255+0000 mon.smithi071 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi087", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T07:27:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:35.827878+0000 mon.smithi071 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:36.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:35.827035+0000 mgr.smithi071.wlolyy (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi087 (monmap changed)... 2024-01-18T07:27:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:35.828340+0000 mgr.smithi071.wlolyy (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi087 on smithi087 2024-01-18T07:27:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:36.700502+0000 mon.smithi071 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:36.701416+0000 mon.smithi071 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.tjbrfr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:27:37.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:36.702113+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:27:37.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:36.702643+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:37.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:35.827035+0000 mgr.smithi071.wlolyy (mgr.14180) 49 : cephadm [INF] Reconfiguring crash.smithi087 (monmap changed)... 2024-01-18T07:27:37.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:35.828340+0000 mgr.smithi071.wlolyy (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon crash.smithi087 on smithi087 2024-01-18T07:27:37.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:36.700502+0000 mon.smithi071 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:37.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:36.701416+0000 mon.smithi071 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi087.tjbrfr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T07:27:37.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:36.702113+0000 mon.smithi071 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T07:27:37.228 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:36.702643+0000 mon.smithi071 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:37.897 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:38.180 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:36.701136+0000 mgr.smithi071.wlolyy (mgr.14180) 51 : cephadm [INF] Reconfiguring mgr.smithi087.tjbrfr (monmap changed)... 2024-01-18T07:27:38.180 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:36.703153+0000 mgr.smithi071.wlolyy (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon mgr.smithi087.tjbrfr on smithi087 2024-01-18T07:27:38.181 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:36.848468+0000 mgr.smithi071.wlolyy (mgr.14180) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:38.181 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:37.897049+0000 mon.smithi071 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:38.181 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:37.897275+0000 mon.smithi071 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.71:0/3105665094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:38.181 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:37.897815+0000 mon.smithi071 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:27:38.181 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:37.898441+0000 mon.smithi071 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:27:38.181 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:37.898936+0000 mon.smithi071 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:38.209 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:36.701136+0000 mgr.smithi071.wlolyy (mgr.14180) 51 : cephadm [INF] Reconfiguring mgr.smithi087.tjbrfr (monmap changed)... 2024-01-18T07:27:38.209 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:36.703153+0000 mgr.smithi071.wlolyy (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon mgr.smithi087.tjbrfr on smithi087 2024-01-18T07:27:38.209 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:36.848468+0000 mgr.smithi071.wlolyy (mgr.14180) 53 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:38.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:37.897049+0000 mon.smithi071 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:38.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:37.897275+0000 mon.smithi071 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.71:0/3105665094' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:38.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:37.897815+0000 mon.smithi071 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T07:27:38.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:37.898441+0000 mon.smithi071 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T07:27:38.210 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:37.898936+0000 mon.smithi071 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:38.273 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T07:27:39.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:37.897580+0000 mgr.smithi071.wlolyy (mgr.14180) 54 : cephadm [INF] Reconfiguring mon.smithi087 (monmap changed)... 2024-01-18T07:27:39.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:27:37.899501+0000 mgr.smithi071.wlolyy (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon mon.smithi087 on smithi087 2024-01-18T07:27:39.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.747870+0000 mon.smithi071 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.750525+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:27:39.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.751693+0000 mon.smithi071 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071:9093"}]: dispatch 2024-01-18T07:27:39.106 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.755375+0000 mon.smithi071 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.759268+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:27:39.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.764739+0000 mon.smithi071 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071:3000"}]: dispatch 2024-01-18T07:27:39.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.768896+0000 mon.smithi071 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.774041+0000 mon.smithi071 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:27:39.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.776170+0000 mon.smithi071 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071:9095"}]: dispatch 2024-01-18T07:27:39.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.780332+0000 mon.smithi071 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.107 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.783510+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:27:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:37.897580+0000 mgr.smithi071.wlolyy (mgr.14180) 54 : cephadm [INF] Reconfiguring mon.smithi087 (monmap changed)... 2024-01-18T07:27:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:27:37.899501+0000 mgr.smithi071.wlolyy (mgr.14180) 55 : cephadm [INF] Reconfiguring daemon mon.smithi087 on smithi087 2024-01-18T07:27:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.747870+0000 mon.smithi071 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.750525+0000 mon.smithi071 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:27:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.751693+0000 mon.smithi071 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071:9093"}]: dispatch 2024-01-18T07:27:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.755375+0000 mon.smithi071 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.759268+0000 mon.smithi071 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:27:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.764739+0000 mon.smithi071 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071:3000"}]: dispatch 2024-01-18T07:27:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.768896+0000 mon.smithi071 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.774041+0000 mon.smithi071 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:27:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.776170+0000 mon.smithi071 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071:9095"}]: dispatch 2024-01-18T07:27:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.780332+0000 mon.smithi071 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.783510+0000 mon.smithi071 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:27:39.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:40.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.750871+0000 mgr.smithi071.wlolyy (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:27:40.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.751934+0000 mgr.smithi071.wlolyy (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071:9093"}]: dispatch 2024-01-18T07:27:40.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.759627+0000 mgr.smithi071.wlolyy (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:27:40.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.765058+0000 mgr.smithi071.wlolyy (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071:3000"}]: dispatch 2024-01-18T07:27:40.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.774459+0000 mgr.smithi071.wlolyy (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:27:40.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:38.776465+0000 mgr.smithi071.wlolyy (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071:9095"}]: dispatch 2024-01-18T07:27:40.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:38.848720+0000 mgr.smithi071.wlolyy (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.750871+0000 mgr.smithi071.wlolyy (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T07:27:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.751934+0000 mgr.smithi071.wlolyy (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071:9093"}]: dispatch 2024-01-18T07:27:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.759627+0000 mgr.smithi071.wlolyy (mgr.14180) 58 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T07:27:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.765058+0000 mgr.smithi071.wlolyy (mgr.14180) 59 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi071:3000"}]: dispatch 2024-01-18T07:27:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.774459+0000 mgr.smithi071.wlolyy (mgr.14180) 60 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T07:27:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:38.776465+0000 mgr.smithi071.wlolyy (mgr.14180) 61 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi071:9095"}]: dispatch 2024-01-18T07:27:40.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:38.848720+0000 mgr.smithi071.wlolyy (mgr.14180) 62 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:40.800 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:41.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:39.996028+0000 mon.smithi071 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:41.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:39.999924+0000 mon.smithi071 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:41.183 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:40.800063+0000 mon.smithi071 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.71:0/2246329063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:41.403 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T07:27:41.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:39.996028+0000 mon.smithi071 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:41.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:39.999924+0000 mon.smithi071 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:41.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:40.800063+0000 mon.smithi071 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.71:0/2246329063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:42.366 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:40.848929+0000 mgr.smithi071.wlolyy (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:42.384 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:40.848929+0000 mgr.smithi071.wlolyy (mgr.14180) 63 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:42.404 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:43.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.014210+0000 mon.smithi071 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:43.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.018560+0000 mon.smithi071 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:43.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.019256+0000 mon.smithi071 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:43.368 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.019794+0000 mon.smithi071 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:27:43.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.023871+0000 mon.smithi071 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:43.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.027214+0000 mon.smithi071 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:27:43.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.029920+0000 mon.smithi071 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:27:43.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.030824+0000 mon.smithi071 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:27:43.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.031033+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:43.369 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:42.031482+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.014210+0000 mon.smithi071 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.018560+0000 mon.smithi071 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.019256+0000 mon.smithi071 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.019794+0000 mon.smithi071 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.023871+0000 mon.smithi071 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.027214+0000 mon.smithi071 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.029920+0000 mon.smithi071 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.030824+0000 mon.smithi071 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:27:43.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.031033+0000 mon.smithi071 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:43.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:42.031482+0000 mon.smithi071 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:27:43.997 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:44.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:42.849231+0000 mgr.smithi071.wlolyy (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:44.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:43.997217+0000 mon.smithi071 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.71:0/2334097807' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:44.329 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:42.849231+0000 mgr.smithi071.wlolyy (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:44.329 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:43.997217+0000 mon.smithi071 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.71:0/2334097807' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:44.398 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T07:27:45.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:45.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.097077+0000 mon.smithi087 (mon.1) 2 : audit [INF] from='client.? 172.21.15.87:0/2997529484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0186658f-fedc-441a-b7c6-a99f2e0faf55"}]: dispatch 2024-01-18T07:27:45.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.097645+0000 mon.smithi071 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0186658f-fedc-441a-b7c6-a99f2e0faf55"}]: dispatch 2024-01-18T07:27:45.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.100972+0000 mon.smithi071 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0186658f-fedc-441a-b7c6-a99f2e0faf55"}]': finished 2024-01-18T07:27:45.427 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:44.101023+0000 mon.smithi071 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T07:27:45.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.101123+0000 mon.smithi071 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:45.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.286724+0000 mon.smithi071 (mon.0) 266 : audit [INF] from='client.? 172.21.15.71:0/238070012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97a4e77f-79ad-4edb-b083-67c38f122418"}]: dispatch 2024-01-18T07:27:45.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.290096+0000 mon.smithi071 (mon.0) 267 : audit [INF] from='client.? 172.21.15.71:0/238070012' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97a4e77f-79ad-4edb-b083-67c38f122418"}]': finished 2024-01-18T07:27:45.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:44.290141+0000 mon.smithi071 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T07:27:45.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.290232+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:45.428 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:44.290497+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.097077+0000 mon.smithi087 (mon.1) 2 : audit [INF] from='client.? 172.21.15.87:0/2997529484' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0186658f-fedc-441a-b7c6-a99f2e0faf55"}]: dispatch 2024-01-18T07:27:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.097645+0000 mon.smithi071 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0186658f-fedc-441a-b7c6-a99f2e0faf55"}]: dispatch 2024-01-18T07:27:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.100972+0000 mon.smithi071 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0186658f-fedc-441a-b7c6-a99f2e0faf55"}]': finished 2024-01-18T07:27:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:44.101023+0000 mon.smithi071 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T07:27:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.101123+0000 mon.smithi071 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:45.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.286724+0000 mon.smithi071 (mon.0) 266 : audit [INF] from='client.? 172.21.15.71:0/238070012' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "97a4e77f-79ad-4edb-b083-67c38f122418"}]: dispatch 2024-01-18T07:27:45.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.290096+0000 mon.smithi071 (mon.0) 267 : audit [INF] from='client.? 172.21.15.71:0/238070012' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97a4e77f-79ad-4edb-b083-67c38f122418"}]': finished 2024-01-18T07:27:45.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:44.290141+0000 mon.smithi071 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T07:27:45.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.290232+0000 mon.smithi071 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:45.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:44.290497+0000 mon.smithi071 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:46.709 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:44.849473+0000 mgr.smithi071.wlolyy (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:45.312147+0000 mon.smithi087 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.87:0/2641175150' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:46.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:45.491530+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.71:0/3077532311' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:46.735 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:44.849473+0000 mgr.smithi071.wlolyy (mgr.14180) 65 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:46.735 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:45.312147+0000 mon.smithi087 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.87:0/2641175150' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:46.735 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:45.491530+0000 mon.smithi071 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.71:0/3077532311' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:47.112 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705562864,"num_remapped_pgs":0} 2024-01-18T07:27:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:46.709159+0000 mon.smithi071 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.71:0/2857893977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:47.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:46.709159+0000 mon.smithi071 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.71:0/2857893977' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:48.113 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:46.849792+0000 mgr.smithi071.wlolyy (mgr.14180) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:47.821471+0000 mon.smithi087 (mon.1) 4 : audit [INF] from='client.? 172.21.15.87:0/1240072753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2bfdfb9-1742-4e86-9f4a-594e22637345"}]: dispatch 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:47.821919+0000 mon.smithi071 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2bfdfb9-1742-4e86-9f4a-594e22637345"}]: dispatch 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:47.825983+0000 mon.smithi071 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2bfdfb9-1742-4e86-9f4a-594e22637345"}]': finished 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:47.826050+0000 mon.smithi071 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:47.826153+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:47.826466+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:47.826655+0000 mon.smithi071 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:48.013952+0000 mon.smithi071 (mon.0) 279 : audit [INF] from='client.? 172.21.15.71:0/47488167' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89eafa71-64d3-4aa9-93fc-455740849d15"}]: dispatch 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:48.017865+0000 mon.smithi071 (mon.0) 280 : audit [INF] from='client.? 172.21.15.71:0/47488167' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89eafa71-64d3-4aa9-93fc-455740849d15"}]': finished 2024-01-18T07:27:48.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:48.017903+0000 mon.smithi071 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T07:27:48.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:48.017991+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:48.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:48.018301+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:48.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:48.018502+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:48.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:48.018712+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:46.849792+0000 mgr.smithi071.wlolyy (mgr.14180) 66 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:47.821471+0000 mon.smithi087 (mon.1) 4 : audit [INF] from='client.? 172.21.15.87:0/1240072753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2bfdfb9-1742-4e86-9f4a-594e22637345"}]: dispatch 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:47.821919+0000 mon.smithi071 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e2bfdfb9-1742-4e86-9f4a-594e22637345"}]: dispatch 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:47.825983+0000 mon.smithi071 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e2bfdfb9-1742-4e86-9f4a-594e22637345"}]': finished 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:47.826050+0000 mon.smithi071 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:47.826153+0000 mon.smithi071 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:47.826466+0000 mon.smithi071 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:47.826655+0000 mon.smithi071 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:48.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:48.013952+0000 mon.smithi071 (mon.0) 279 : audit [INF] from='client.? 172.21.15.71:0/47488167' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89eafa71-64d3-4aa9-93fc-455740849d15"}]: dispatch 2024-01-18T07:27:48.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:48.017865+0000 mon.smithi071 (mon.0) 280 : audit [INF] from='client.? 172.21.15.71:0/47488167' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89eafa71-64d3-4aa9-93fc-455740849d15"}]': finished 2024-01-18T07:27:48.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:48.017903+0000 mon.smithi071 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T07:27:48.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:48.017991+0000 mon.smithi071 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:48.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:48.018301+0000 mon.smithi071 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:48.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:48.018502+0000 mon.smithi071 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:48.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:48.018712+0000 mon.smithi071 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:49.635 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:50.005 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705562868,"num_remapped_pgs":0} 2024-01-18T07:27:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:48.850081+0000 mgr.smithi071.wlolyy (mgr.14180) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:49.510118+0000 mon.smithi071 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.71:0/3626159649' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:49.634985+0000 mon.smithi071 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.71:0/544494849' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:50.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:48.850081+0000 mgr.smithi071.wlolyy (mgr.14180) 67 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:50.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:49.510118+0000 mon.smithi071 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.71:0/3626159649' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:50.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:49.634985+0000 mon.smithi071 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.71:0/544494849' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:51.006 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:50.772978+0000 mon.smithi087 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.87:0/1456969613' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:51.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:50.772978+0000 mon.smithi087 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.87:0/1456969613' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:52.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:50.850315+0000 mgr.smithi071.wlolyy (mgr.14180) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.034710+0000 mon.smithi071 (mon.0) 288 : audit [INF] from='client.? 172.21.15.71:0/978839927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5169412-ec1d-4c88-bdb6-1858e6ab9908"}]: dispatch 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.042737+0000 mon.smithi071 (mon.0) 289 : audit [INF] from='client.? 172.21.15.71:0/978839927' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5169412-ec1d-4c88-bdb6-1858e6ab9908"}]': finished 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:52.042779+0000 mon.smithi071 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.042870+0000 mon.smithi071 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.043250+0000 mon.smithi071 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.043448+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.043648+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:52.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.043850+0000 mon.smithi071 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:50.850315+0000 mgr.smithi071.wlolyy (mgr.14180) 68 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.034710+0000 mon.smithi071 (mon.0) 288 : audit [INF] from='client.? 172.21.15.71:0/978839927' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5169412-ec1d-4c88-bdb6-1858e6ab9908"}]: dispatch 2024-01-18T07:27:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.042737+0000 mon.smithi071 (mon.0) 289 : audit [INF] from='client.? 172.21.15.71:0/978839927' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5169412-ec1d-4c88-bdb6-1858e6ab9908"}]': finished 2024-01-18T07:27:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:52.042779+0000 mon.smithi071 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T07:27:52.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.042870+0000 mon.smithi071 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:52.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.043250+0000 mon.smithi071 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:52.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.043448+0000 mon.smithi071 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:52.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.043648+0000 mon.smithi071 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:52.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.043850+0000 mon.smithi071 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:52.864 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1705562872,"num_remapped_pgs":0} 2024-01-18T07:27:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:52.378846+0000 mon.smithi071 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.71:0/916140072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.291710+0000 mon.smithi087 (mon.1) 6 : audit [INF] from='client.? 172.21.15.87:0/3070874112' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f835115-2e86-4af0-b52c-faf77c62a80d"}]: dispatch 2024-01-18T07:27:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.292109+0000 mon.smithi071 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f835115-2e86-4af0-b52c-faf77c62a80d"}]: dispatch 2024-01-18T07:27:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.295394+0000 mon.smithi071 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f835115-2e86-4af0-b52c-faf77c62a80d"}]': finished 2024-01-18T07:27:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:53.295446+0000 mon.smithi071 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T07:27:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.295526+0000 mon.smithi071 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:53.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.295742+0000 mon.smithi071 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:53.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.295873+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:53.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.296007+0000 mon.smithi071 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:53.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.296129+0000 mon.smithi071 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:53.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.296244+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:27:53.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:52.378846+0000 mon.smithi071 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.71:0/916140072' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.291710+0000 mon.smithi087 (mon.1) 6 : audit [INF] from='client.? 172.21.15.87:0/3070874112' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f835115-2e86-4af0-b52c-faf77c62a80d"}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.292109+0000 mon.smithi071 (mon.0) 297 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f835115-2e86-4af0-b52c-faf77c62a80d"}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.295394+0000 mon.smithi071 (mon.0) 298 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f835115-2e86-4af0-b52c-faf77c62a80d"}]': finished 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:53.295446+0000 mon.smithi071 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.295526+0000 mon.smithi071 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.295742+0000 mon.smithi071 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.295873+0000 mon.smithi071 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.296007+0000 mon.smithi071 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.296129+0000 mon.smithi071 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:53.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.296244+0000 mon.smithi071 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:27:53.865 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:54.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:52.850569+0000 mgr.smithi071.wlolyy (mgr.14180) 69 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:54.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:53.418872+0000 mon.smithi071 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.71:0/2517231074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:52.850569+0000 mgr.smithi071.wlolyy (mgr.14180) 69 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:53.418872+0000 mon.smithi071 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.71:0/2517231074' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:55.196 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:55.468 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:54.552613+0000 mon.smithi087 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.87:0/106067712' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:55.469 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.196509+0000 mon.smithi071 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.71:0/4194201101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:55.561 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705562873,"num_remapped_pgs":0} 2024-01-18T07:27:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:54.552613+0000 mon.smithi087 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.87:0/106067712' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.196509+0000 mon.smithi071 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.71:0/4194201101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:56.562 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:56.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:54.850833+0000 mgr.smithi071.wlolyy (mgr.14180) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.950906+0000 mon.smithi071 (mon.0) 308 : audit [INF] from='client.? 172.21.15.71:0/187387996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d249d7-1bce-4a0e-93f5-b12f0f5066f0"}]: dispatch 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.955339+0000 mon.smithi071 (mon.0) 309 : audit [INF] from='client.? 172.21.15.71:0/187387996' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0d249d7-1bce-4a0e-93f5-b12f0f5066f0"}]': finished 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:55.955415+0000 mon.smithi071 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.955525+0000 mon.smithi071 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.955778+0000 mon.smithi071 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.955936+0000 mon.smithi071 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.956100+0000 mon.smithi071 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.956252+0000 mon.smithi071 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.956396+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:27:56.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:55.956547+0000 mon.smithi071 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:27:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:54.850833+0000 mgr.smithi071.wlolyy (mgr.14180) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.950906+0000 mon.smithi071 (mon.0) 308 : audit [INF] from='client.? 172.21.15.71:0/187387996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d249d7-1bce-4a0e-93f5-b12f0f5066f0"}]: dispatch 2024-01-18T07:27:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.955339+0000 mon.smithi071 (mon.0) 309 : audit [INF] from='client.? 172.21.15.71:0/187387996' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0d249d7-1bce-4a0e-93f5-b12f0f5066f0"}]': finished 2024-01-18T07:27:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:55.955415+0000 mon.smithi071 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T07:27:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.955525+0000 mon.smithi071 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.955778+0000 mon.smithi071 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.955936+0000 mon.smithi071 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.956100+0000 mon.smithi071 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.956252+0000 mon.smithi071 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.956396+0000 mon.smithi071 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:27:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:55.956547+0000 mon.smithi071 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.058610+0000 mon.smithi087 (mon.1) 8 : audit [INF] from='client.? 172.21.15.87:0/2932757908' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07efd831-8329-408c-ad24-eab5e58e4887"}]: dispatch 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.059195+0000 mon.smithi071 (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07efd831-8329-408c-ad24-eab5e58e4887"}]: dispatch 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.062819+0000 mon.smithi071 (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07efd831-8329-408c-ad24-eab5e58e4887"}]': finished 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:57.062861+0000 mon.smithi071 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.062971+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.063237+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.063385+0000 mon.smithi071 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.063536+0000 mon.smithi071 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:57.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.063682+0000 mon.smithi071 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:57.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.063825+0000 mon.smithi071 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:27:57.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.063993+0000 mon.smithi071 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:27:57.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.064158+0000 mon.smithi071 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:27:57.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.207781+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.71:0/3527984641' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:57.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.058610+0000 mon.smithi087 (mon.1) 8 : audit [INF] from='client.? 172.21.15.87:0/2932757908' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07efd831-8329-408c-ad24-eab5e58e4887"}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.059195+0000 mon.smithi071 (mon.0) 318 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07efd831-8329-408c-ad24-eab5e58e4887"}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.062819+0000 mon.smithi071 (mon.0) 319 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07efd831-8329-408c-ad24-eab5e58e4887"}]': finished 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:57.062861+0000 mon.smithi071 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.062971+0000 mon.smithi071 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.063237+0000 mon.smithi071 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.063385+0000 mon.smithi071 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.063536+0000 mon.smithi071 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.063682+0000 mon.smithi071 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.063825+0000 mon.smithi071 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.063993+0000 mon.smithi071 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.064158+0000 mon.smithi071 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:27:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.207781+0000 mon.smithi071 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.71:0/3527984641' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:57.863 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:27:58.236 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:27:58.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:56.851108+0000 mgr.smithi071.wlolyy (mgr.14180) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:58.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:57.863486+0000 mon.smithi071 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.71:0/3377872925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:56.851108+0000 mgr.smithi071.wlolyy (mgr.14180) 71 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:27:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:57.863486+0000 mon.smithi071 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.71:0/3377872925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:27:59.237 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:27:59.597 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:27:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:27:58.331474+0000 mon.smithi087 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.87:0/335417957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:27:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:27:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:27:58.331474+0000 mon.smithi087 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.87:0/335417957' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T07:28:00.541 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:27:58.851359+0000 mgr.smithi071.wlolyy (mgr.14180) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:00.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:27:58.851359+0000 mgr.smithi071.wlolyy (mgr.14180) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:00.901 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:01.437 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:01.442 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:00.901789+0000 mon.smithi071 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.71:0/2936218027' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:01.598 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:00.901789+0000 mon.smithi071 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.71:0/2936218027' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:02.438 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:02.659 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:00.851558+0000 mgr.smithi071.wlolyy (mgr.14180) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:02.711 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:00.851558+0000 mgr.smithi071.wlolyy (mgr.14180) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:03.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:02.354403+0000 mon.smithi071 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T07:28:03.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:02.354950+0000 mon.smithi071 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:03.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:02.355431+0000 mgr.smithi071.wlolyy (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-18T07:28:03.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:02.820723+0000 mon.smithi071 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T07:28:03.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:02.821425+0000 mon.smithi071 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:03.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:02.354403+0000 mon.smithi071 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T07:28:03.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:02.354950+0000 mon.smithi071 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:03.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:02.355431+0000 mgr.smithi071.wlolyy (mgr.14180) 74 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-01-18T07:28:03.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:02.820723+0000 mon.smithi071 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T07:28:03.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:02.821425+0000 mon.smithi071 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:04.166 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:04.421 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:02.822221+0000 mgr.smithi071.wlolyy (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.0 on smithi087 2024-01-18T07:28:04.421 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:02.851876+0000 mgr.smithi071.wlolyy (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:04.421 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:04.166747+0000 mon.smithi071 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.71:0/649582621' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:04.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:02.822221+0000 mgr.smithi071.wlolyy (mgr.14180) 75 : cephadm [INF] Deploying daemon osd.0 on smithi087 2024-01-18T07:28:04.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:02.851876+0000 mgr.smithi071.wlolyy (mgr.14180) 76 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:04.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:04.166747+0000 mon.smithi071 (mon.0) 336 : audit [DBG] from='client.? 172.21.15.71:0/649582621' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:04.686 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:05.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:06.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:04.852129+0000 mgr.smithi071.wlolyy (mgr.14180) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:06.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:06.192586+0000 mon.smithi071 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:06.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:06.193180+0000 mon.smithi071 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T07:28:06.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:06.193712+0000 mon.smithi071 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:06.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:04.852129+0000 mgr.smithi071.wlolyy (mgr.14180) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:06.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:06.192586+0000 mon.smithi071 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:06.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:06.193180+0000 mon.smithi071 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T07:28:06.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:06.193712+0000 mon.smithi071 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:07.400 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:07.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:06.194177+0000 mgr.smithi071.wlolyy (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.2 on smithi087 2024-01-18T07:28:07.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:06.930709+0000 mon.smithi071 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:07.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:06.931378+0000 mon.smithi071 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T07:28:07.557 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:06.931884+0000 mon.smithi071 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:07.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:06.194177+0000 mgr.smithi071.wlolyy (mgr.14180) 78 : cephadm [INF] Deploying daemon osd.2 on smithi087 2024-01-18T07:28:07.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:06.930709+0000 mon.smithi071 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:07.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:06.931378+0000 mon.smithi071 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T07:28:07.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:06.931884+0000 mon.smithi071 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:07.950 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:08.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:06.852414+0000 mgr.smithi071.wlolyy (mgr.14180) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:08.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:06.932322+0000 mgr.smithi071.wlolyy (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-01-18T07:28:08.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:07.399364+0000 mon.smithi071 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.71:0/1511850806' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:08.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:06.852414+0000 mgr.smithi071.wlolyy (mgr.14180) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:08.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:06.932322+0000 mgr.smithi071.wlolyy (mgr.14180) 80 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-01-18T07:28:08.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:07.399364+0000 mon.smithi071 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.71:0/1511850806' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:08.951 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:10.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:08.852662+0000 mgr.smithi071.wlolyy (mgr.14180) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:10.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:09.390699+0000 mon.smithi087 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/132914284,v1:172.21.15.87:6801/132914284]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T07:28:10.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:09.391064+0000 mon.smithi071 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T07:28:10.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:09.658666+0000 mon.smithi071 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:10.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:09.659320+0000 mon.smithi071 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T07:28:10.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:09.659922+0000 mon.smithi071 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:10.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.144506+0000 mon.smithi071 (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T07:28:10.560 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:08.852662+0000 mgr.smithi071.wlolyy (mgr.14180) 81 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:09.390699+0000 mon.smithi087 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/132914284,v1:172.21.15.87:6801/132914284]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T07:28:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:09.391064+0000 mon.smithi071 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T07:28:10.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:09.658666+0000 mon.smithi071 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:10.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:09.659320+0000 mon.smithi071 (mon.0) 346 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T07:28:10.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:09.659922+0000 mon.smithi071 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:10.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.144506+0000 mon.smithi071 (mon.0) 348 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T07:28:10.944 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:09.660453+0000 mgr.smithi071.wlolyy (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.5 on smithi087 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.363142+0000 mon.smithi071 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.363205+0000 mon.smithi071 (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:10.363249+0000 mon.smithi071 (mon.0) 351 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.363339+0000 mon.smithi071 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.363622+0000 mon.smithi071 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.363814+0000 mon.smithi071 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.364011+0000 mon.smithi071 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.364182+0000 mon.smithi071 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.364358+0000 mon.smithi071 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.364509+0000 mon.smithi071 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:11.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.364659+0000 mon.smithi071 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.364810+0000 mon.smithi071 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.365606+0000 mon.smithi087 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/132914284,v1:172.21.15.87:6801/132914284]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.365925+0000 mon.smithi071 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.560078+0000 mon.smithi071 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.71:0/4136187028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.616692+0000 mon.smithi071 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.617566+0000 mon.smithi071 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:10.618232+0000 mon.smithi071 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:11.389 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:10.618850+0000 mgr.smithi071.wlolyy (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.4 on smithi071 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:09.660453+0000 mgr.smithi071.wlolyy (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.5 on smithi087 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.363142+0000 mon.smithi071 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.363205+0000 mon.smithi071 (mon.0) 350 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:10.363249+0000 mon.smithi071 (mon.0) 351 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.363339+0000 mon.smithi071 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.363622+0000 mon.smithi071 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.363814+0000 mon.smithi071 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.364011+0000 mon.smithi071 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:11.715 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.364182+0000 mon.smithi071 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.364358+0000 mon.smithi071 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.364509+0000 mon.smithi071 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.364659+0000 mon.smithi071 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.364810+0000 mon.smithi071 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.365606+0000 mon.smithi087 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.87:6800/132914284,v1:172.21.15.87:6801/132914284]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.365925+0000 mon.smithi071 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.560078+0000 mon.smithi071 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.71:0/4136187028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.616692+0000 mon.smithi071 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.617566+0000 mon.smithi071 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:10.618232+0000 mon.smithi071 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:11.716 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:10.618850+0000 mgr.smithi071.wlolyy (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.4 on smithi071 2024-01-18T07:28:11.946 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:12.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:10.852946+0000 mgr.smithi071.wlolyy (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:12.527 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.365263+0000 mon.smithi071 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:12.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.365322+0000 mon.smithi071 (mon.0) 367 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:12.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:11.365381+0000 mon.smithi071 (mon.0) 368 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T07:28:12.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.365765+0000 mon.smithi071 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:12.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.366013+0000 mon.smithi071 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:12.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.366541+0000 mon.smithi071 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:12.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.370422+0000 mon.smithi071 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:12.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.370640+0000 mon.smithi071 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:12.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.370921+0000 mon.smithi071 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:12.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.371095+0000 mon.smithi071 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:12.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.371243+0000 mon.smithi071 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:12.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.371407+0000 mon.smithi071 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:12.529 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:11.371550+0000 mon.smithi071 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:10.852946+0000 mgr.smithi071.wlolyy (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.365263+0000 mon.smithi071 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.365322+0000 mon.smithi071 (mon.0) 367 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:11.365381+0000 mon.smithi071 (mon.0) 368 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.365765+0000 mon.smithi071 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.366013+0000 mon.smithi071 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.366541+0000 mon.smithi071 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.370422+0000 mon.smithi071 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.370640+0000 mon.smithi071 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.370921+0000 mon.smithi071 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.371095+0000 mon.smithi071 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:12.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.371243+0000 mon.smithi071 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:12.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.371407+0000 mon.smithi071 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:12.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:11.371550+0000 mon.smithi071 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:13.433 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:10.395443+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:10.395519+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:11.123671+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:11.123734+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:12.371044+0000 mon.smithi071 (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348] boot 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:12.371072+0000 mon.smithi071 (mon.0) 380 : cluster [INF] osd.0 [v2:172.21.15.87:6800/132914284,v1:172.21.15.87:6801/132914284] boot 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:12.371092+0000 mon.smithi071 (mon.0) 381 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2024-01-18T07:28:13.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.371905+0000 mon.smithi071 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.372196+0000 mon.smithi071 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.372467+0000 mon.smithi071 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.372676+0000 mon.smithi071 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.372794+0000 mon.smithi071 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.372913+0000 mon.smithi071 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.373047+0000 mon.smithi071 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.373187+0000 mon.smithi071 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.844976+0000 mon.smithi087 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/1010163064,v1:172.21.15.87:6809/1010163064]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:12.845308+0000 mon.smithi071 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.145509+0000 mon.smithi071 (mon.0) 391 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.146291+0000 mon.smithi071 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T07:28:13.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.146979+0000 mon.smithi071 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:10.395443+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:10.395519+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:11.123671+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:11.123734+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:12.371044+0000 mon.smithi071 (mon.0) 379 : cluster [INF] osd.1 [v2:172.21.15.71:6802/873050348,v1:172.21.15.71:6803/873050348] boot 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:12.371072+0000 mon.smithi071 (mon.0) 380 : cluster [INF] osd.0 [v2:172.21.15.87:6800/132914284,v1:172.21.15.87:6801/132914284] boot 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:12.371092+0000 mon.smithi071 (mon.0) 381 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.371905+0000 mon.smithi071 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.372196+0000 mon.smithi071 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.372467+0000 mon.smithi071 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.372676+0000 mon.smithi071 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:13.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.372794+0000 mon.smithi071 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.372913+0000 mon.smithi071 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.373047+0000 mon.smithi071 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.373187+0000 mon.smithi071 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.844976+0000 mon.smithi087 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/1010163064,v1:172.21.15.87:6809/1010163064]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:12.845308+0000 mon.smithi071 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.145509+0000 mon.smithi071 (mon.0) 391 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.146291+0000 mon.smithi071 (mon.0) 392 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T07:28:13.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.146979+0000 mon.smithi071 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:13.810 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":17,"num_osds":8,"num_up_osds":2,"osd_up_since":1705562892,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:12.853295+0000 mgr.smithi071.wlolyy (mgr.14180) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:13.147573+0000 mgr.smithi071.wlolyy (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.7 on smithi087 2024-01-18T07:28:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.381426+0000 mon.smithi071 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:13.381477+0000 mon.smithi071 (mon.0) 395 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.381572+0000 mon.smithi071 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.381910+0000 mon.smithi071 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.382062+0000 mon.smithi071 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.382202+0000 mon.smithi071 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.382344+0000 mon.smithi071 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.382484+0000 mon.smithi071 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.384330+0000 mon.smithi087 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/1010163064,v1:172.21.15.87:6809/1010163064]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.384625+0000 mon.smithi071 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.432238+0000 mon.smithi071 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.71:0/1934315015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:14.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:13.832013+0000 mon.smithi071 (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T07:28:14.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:12.853295+0000 mgr.smithi071.wlolyy (mgr.14180) 85 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:13.147573+0000 mgr.smithi071.wlolyy (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.7 on smithi087 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.381426+0000 mon.smithi071 (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:13.381477+0000 mon.smithi071 (mon.0) 395 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.381572+0000 mon.smithi071 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.381910+0000 mon.smithi071 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.382062+0000 mon.smithi071 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.382202+0000 mon.smithi071 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.382344+0000 mon.smithi071 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.382484+0000 mon.smithi071 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.384330+0000 mon.smithi087 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.87:6808/1010163064,v1:172.21.15.87:6809/1010163064]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.384625+0000 mon.smithi071 (mon.0) 402 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.432238+0000 mon.smithi071 (mon.0) 403 : audit [DBG] from='client.? 172.21.15.71:0/1934315015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:14.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:13.832013+0000 mon.smithi071 (mon.0) 404 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T07:28:14.811 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:15.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.382209+0000 mon.smithi071 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:15.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.382281+0000 mon.smithi071 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T07:28:15.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:14.382317+0000 mon.smithi071 (mon.0) 407 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.382599+0000 mon.smithi071 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.382823+0000 mon.smithi071 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.382957+0000 mon.smithi071 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.383139+0000 mon.smithi071 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.383264+0000 mon.smithi071 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.383386+0000 mon.smithi071 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.383505+0000 mon.smithi071 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.388066+0000 mon.smithi071 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.546823+0000 mon.smithi071 (mon.0) 416 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.547528+0000 mon.smithi071 (mon.0) 417 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:14.548094+0000 mon.smithi071 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:14.548552+0000 mgr.smithi071.wlolyy (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.6 on smithi071 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.384487+0000 mon.smithi071 (mon.0) 419 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:15.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:15.384541+0000 mon.smithi071 (mon.0) 420 : cluster [INF] osd.2 [v2:172.21.15.87:6808/1010163064,v1:172.21.15.87:6809/1010163064] boot 2024-01-18T07:28:15.494 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:15.384578+0000 mon.smithi071 (mon.0) 421 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-18T07:28:15.494 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.384661+0000 mon.smithi071 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.382209+0000 mon.smithi071 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.382281+0000 mon.smithi071 (mon.0) 406 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:14.382317+0000 mon.smithi071 (mon.0) 407 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.382599+0000 mon.smithi071 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.382823+0000 mon.smithi071 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.382957+0000 mon.smithi071 (mon.0) 410 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.383139+0000 mon.smithi071 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:15.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.383264+0000 mon.smithi071 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.383386+0000 mon.smithi071 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.383505+0000 mon.smithi071 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.388066+0000 mon.smithi071 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.546823+0000 mon.smithi071 (mon.0) 416 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.547528+0000 mon.smithi071 (mon.0) 417 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:14.548094+0000 mon.smithi071 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:14.548552+0000 mgr.smithi071.wlolyy (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.6 on smithi071 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.384487+0000 mon.smithi071 (mon.0) 419 : audit [INF] from='osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:15.384541+0000 mon.smithi071 (mon.0) 420 : cluster [INF] osd.2 [v2:172.21.15.87:6808/1010163064,v1:172.21.15.87:6809/1010163064] boot 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:15.384578+0000 mon.smithi071 (mon.0) 421 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2024-01-18T07:28:15.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.384661+0000 mon.smithi071 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T07:28:16.530 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:16.587 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:13.828968+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:16.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:13.829051+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:16.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:14.853598+0000 mgr.smithi071.wlolyy (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T07:28:16.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.385522+0000 mon.smithi071 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:16.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.385930+0000 mon.smithi071 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:16.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.386148+0000 mon.smithi071 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:16.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.386306+0000 mon.smithi071 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:16.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.390923+0000 mon.smithi071 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:16.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.391207+0000 mon.smithi071 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T07:28:16.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:15.649140+0000 mon.smithi071 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:16.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.362805+0000 mon.smithi087 (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.87:6816/1161756173,v1:172.21.15.87:6817/1161756173]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T07:28:16.589 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.363103+0000 mon.smithi071 (mon.0) 430 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T07:28:16.636 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:13.828968+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:16.636 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:13.829051+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:16.636 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:14.853598+0000 mgr.smithi071.wlolyy (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T07:28:16.636 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.385522+0000 mon.smithi071 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:16.636 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.385930+0000 mon.smithi071 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:16.636 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.386148+0000 mon.smithi071 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:16.637 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.386306+0000 mon.smithi071 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:16.637 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.390923+0000 mon.smithi071 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:16.637 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.391207+0000 mon.smithi071 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T07:28:16.637 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:15.649140+0000 mon.smithi071 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:16.637 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.362805+0000 mon.smithi087 (mon.1) 14 : audit [INF] from='osd.5 [v2:172.21.15.87:6816/1161756173,v1:172.21.15.87:6817/1161756173]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T07:28:16.637 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.363103+0000 mon.smithi071 (mon.0) 430 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T07:28:16.884 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":20,"num_osds":8,"num_up_osds":4,"osd_up_since":1705562896,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:14.851202+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:14.851247+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.391093+0000 mon.smithi071 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.394193+0000 mon.smithi071 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:16.394253+0000 mon.smithi071 (mon.0) 433 : cluster [INF] osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389] boot 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.394284+0000 mon.smithi071 (mon.0) 434 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:16.394326+0000 mon.smithi071 (mon.0) 435 : cluster [DBG] osdmap e20: 8 total, 4 up, 8 in 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.394448+0000 mon.smithi071 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.394804+0000 mon.smithi071 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.394839+0000 mon.smithi087 (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.87:6816/1161756173,v1:172.21.15.87:6817/1161756173]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:17.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.395068+0000 mon.smithi071 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.395276+0000 mon.smithi071 (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.395457+0000 mon.smithi071 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.395588+0000 mon.smithi071 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.396024+0000 mon.smithi071 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.528592+0000 mon.smithi071 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.71:0/125866862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:16.702860+0000 mon.smithi071 (mon.0) 444 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:14.851202+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:17.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:14.851247+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.391093+0000 mon.smithi071 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.394193+0000 mon.smithi071 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:16.394253+0000 mon.smithi071 (mon.0) 433 : cluster [INF] osd.3 [v2:172.21.15.71:6810/2767113389,v1:172.21.15.71:6811/2767113389] boot 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.394284+0000 mon.smithi071 (mon.0) 434 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:16.394326+0000 mon.smithi071 (mon.0) 435 : cluster [DBG] osdmap e20: 8 total, 4 up, 8 in 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.394448+0000 mon.smithi071 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.394804+0000 mon.smithi071 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.394839+0000 mon.smithi087 (mon.1) 15 : audit [INF] from='osd.5 [v2:172.21.15.87:6816/1161756173,v1:172.21.15.87:6817/1161756173]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.395068+0000 mon.smithi071 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.395276+0000 mon.smithi071 (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:17.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.395457+0000 mon.smithi071 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:17.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.395588+0000 mon.smithi071 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:17.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.396024+0000 mon.smithi071 (mon.0) 442 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T07:28:17.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.528592+0000 mon.smithi071 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.71:0/125866862' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:17.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:16.702860+0000 mon.smithi071 (mon.0) 444 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:17.890 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:18.461 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:16.853903+0000 mgr.smithi071.wlolyy (mgr.14180) 89 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T07:28:18.461 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.395909+0000 mon.smithi071 (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:18.461 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.396007+0000 mon.smithi071 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T07:28:18.461 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:17.396070+0000 mon.smithi071 (mon.0) 447 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2024-01-18T07:28:18.461 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.396226+0000 mon.smithi071 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:18.461 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.396502+0000 mon.smithi071 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:18.461 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.396668+0000 mon.smithi071 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:18.462 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.396825+0000 mon.smithi071 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:18.462 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.399174+0000 mon.smithi071 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:18.462 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:17.770286+0000 mon.smithi071 (mon.0) 453 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T07:28:18.462 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.330025+0000 mon.smithi071 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:16.853903+0000 mgr.smithi071.wlolyy (mgr.14180) 89 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.395909+0000 mon.smithi071 (mon.0) 445 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.396007+0000 mon.smithi071 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:17.396070+0000 mon.smithi071 (mon.0) 447 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.396226+0000 mon.smithi071 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.396502+0000 mon.smithi071 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.396668+0000 mon.smithi071 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.396825+0000 mon.smithi071 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.399174+0000 mon.smithi071 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:18.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:17.770286+0000 mon.smithi071 (mon.0) 453 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T07:28:18.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.330025+0000 mon.smithi071 (mon.0) 454 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:19.266 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:19.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:17.383356+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:19.599 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:17.383430+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:18.400930+0000 mon.smithi071 (mon.0) 455 : cluster [INF] osd.5 [v2:172.21.15.87:6816/1161756173,v1:172.21.15.87:6817/1161756173] boot 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.400989+0000 mon.smithi071 (mon.0) 456 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:18.401025+0000 mon.smithi071 (mon.0) 457 : cluster [DBG] osdmap e22: 8 total, 5 up, 8 in 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.401889+0000 mon.smithi071 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.402295+0000 mon.smithi071 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.405313+0000 mon.smithi071 (mon.0) 460 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.405756+0000 mon.smithi071 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.405980+0000 mon.smithi071 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:18.540948+0000 mon.smithi071 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:19.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.266480+0000 mon.smithi071 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.71:0/2840934572' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:17.383356+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:17.383430+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:18.400930+0000 mon.smithi071 (mon.0) 455 : cluster [INF] osd.5 [v2:172.21.15.87:6816/1161756173,v1:172.21.15.87:6817/1161756173] boot 2024-01-18T07:28:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.400989+0000 mon.smithi071 (mon.0) 456 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T07:28:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:18.401025+0000 mon.smithi071 (mon.0) 457 : cluster [DBG] osdmap e22: 8 total, 5 up, 8 in 2024-01-18T07:28:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.401889+0000 mon.smithi071 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T07:28:19.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.402295+0000 mon.smithi071 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:19.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.405313+0000 mon.smithi071 (mon.0) 460 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:19.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.405756+0000 mon.smithi071 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:19.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.405980+0000 mon.smithi071 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:19.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:18.540948+0000 mon.smithi071 (mon.0) 463 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:19.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.266480+0000 mon.smithi071 (mon.0) 464 : audit [DBG] from='client.? 172.21.15.71:0/2840934572' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:19.750 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":22,"num_osds":8,"num_up_osds":5,"osd_up_since":1705562898,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:20.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:18.854142+0000 mgr.smithi071.wlolyy (mgr.14180) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.406163+0000 mon.smithi071 (mon.0) 465 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:19.406211+0000 mon.smithi071 (mon.0) 466 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.406520+0000 mon.smithi071 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.406738+0000 mon.smithi071 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.407145+0000 mon.smithi071 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.409542+0000 mon.smithi071 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.910320+0000 mon.smithi071 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:19.943921+0000 mon.smithi071 (mon.0) 472 : cluster [INF] osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269] boot 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.943987+0000 mon.smithi071 (mon.0) 473 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:19.944033+0000 mon.smithi071 (mon.0) 474 : cluster [DBG] osdmap e24: 8 total, 6 up, 8 in 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.944468+0000 mon.smithi071 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.944762+0000 mon.smithi071 (mon.0) 476 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:20.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.944945+0000 mon.smithi071 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:20.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:19.945146+0000 mon.smithi071 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:18.854142+0000 mgr.smithi071.wlolyy (mgr.14180) 90 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.406163+0000 mon.smithi071 (mon.0) 465 : audit [INF] from='osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:19.406211+0000 mon.smithi071 (mon.0) 466 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.406520+0000 mon.smithi071 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.406738+0000 mon.smithi071 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.407145+0000 mon.smithi071 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.409542+0000 mon.smithi071 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.910320+0000 mon.smithi071 (mon.0) 471 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:19.943921+0000 mon.smithi071 (mon.0) 472 : cluster [INF] osd.4 [v2:172.21.15.71:6818/1364055269,v1:172.21.15.71:6819/1364055269] boot 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.943987+0000 mon.smithi071 (mon.0) 473 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:19.944033+0000 mon.smithi071 (mon.0) 474 : cluster [DBG] osdmap e24: 8 total, 6 up, 8 in 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.944468+0000 mon.smithi071 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.944762+0000 mon.smithi071 (mon.0) 476 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.944945+0000 mon.smithi071 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:20.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:19.945146+0000 mon.smithi071 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:20.751 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:21.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:18.799677+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:21.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:18.799757+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:21.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:20.551983+0000 mon.smithi071 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:21.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:20.553708+0000 mon.smithi071 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:28:21.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:20.942173+0000 mon.smithi071 (mon.0) 481 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:21.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:20.942239+0000 mon.smithi071 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2024-01-18T07:28:21.896 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:20.942392+0000 mon.smithi071 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:21.897 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:20.942733+0000 mon.smithi071 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:21.897 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:20.945850+0000 mon.smithi071 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:21.897 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.539421+0000 mon.smithi087 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.71:6826/4097725430,v1:172.21.15.71:6827/4097725430]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:28:21.897 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.539945+0000 mon.smithi071 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:28:21.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:18.799677+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:21.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:18.799757+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:21.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:20.551983+0000 mon.smithi071 (mon.0) 479 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:20.553708+0000 mon.smithi071 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:20.942173+0000 mon.smithi071 (mon.0) 481 : audit [INF] from='osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi087", "root=default"]}]': finished 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:20.942239+0000 mon.smithi071 (mon.0) 482 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:20.942392+0000 mon.smithi071 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:20.942733+0000 mon.smithi071 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:20.945850+0000 mon.smithi071 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.539421+0000 mon.smithi087 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.71:6826/4097725430,v1:172.21.15.71:6827/4097725430]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:28:21.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.539945+0000 mon.smithi071 (mon.0) 486 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T07:28:22.335 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:22.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:20.854595+0000 mgr.smithi071.wlolyy (mgr.14180) 91 : cluster [DBG] pgmap v61: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:28:22.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.777577+0000 mon.smithi071 (mon.0) 487 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:22.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:21.947842+0000 mon.smithi071 (mon.0) 488 : cluster [INF] osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335] boot 2024-01-18T07:28:22.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.947896+0000 mon.smithi071 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T07:28:22.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:21.947949+0000 mon.smithi071 (mon.0) 490 : cluster [DBG] osdmap e26: 8 total, 7 up, 8 in 2024-01-18T07:28:22.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.948066+0000 mon.smithi071 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:22.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.948427+0000 mon.smithi071 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:22.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.948526+0000 mon.smithi087 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.71:6826/4097725430,v1:172.21.15.71:6827/4097725430]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:22.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:21.949008+0000 mon.smithi071 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:22.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:22.335641+0000 mon.smithi071 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.71:0/2224798629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:22.654 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":26,"num_osds":8,"num_up_osds":7,"osd_up_since":1705562901,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":1} 2024-01-18T07:28:22.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:20.854595+0000 mgr.smithi071.wlolyy (mgr.14180) 91 : cluster [DBG] pgmap v61: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:28:22.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.777577+0000 mon.smithi071 (mon.0) 487 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:22.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:21.947842+0000 mon.smithi071 (mon.0) 488 : cluster [INF] osd.7 [v2:172.21.15.87:6824/394526335,v1:172.21.15.87:6825/394526335] boot 2024-01-18T07:28:22.823 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.947896+0000 mon.smithi071 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T07:28:22.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:21.947949+0000 mon.smithi071 (mon.0) 490 : cluster [DBG] osdmap e26: 8 total, 7 up, 8 in 2024-01-18T07:28:22.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.948066+0000 mon.smithi071 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T07:28:22.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.948427+0000 mon.smithi071 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:22.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.948526+0000 mon.smithi087 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.71:6826/4097725430,v1:172.21.15.71:6827/4097725430]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:22.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:21.949008+0000 mon.smithi071 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-01-18T07:28:22.824 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:22.335641+0000 mon.smithi071 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.71:0/2224798629' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:23.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T07:28:23.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:20.929441+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:23.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:20.929492+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:23.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:22.947053+0000 mon.smithi071 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:23.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:22.947168+0000 mon.smithi071 (mon.0) 496 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-18T07:28:23.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:22.947295+0000 mon.smithi071 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:23.965 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:22.950189+0000 mon.smithi071 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:23.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:20.929441+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:23.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:20.929492+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:23.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:22.947053+0000 mon.smithi071 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-01-18T07:28:23.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:22.947168+0000 mon.smithi071 (mon.0) 496 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2024-01-18T07:28:23.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:22.947295+0000 mon.smithi071 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:23.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:22.950189+0000 mon.smithi071 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:24.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:22.569432+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:24.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:22.569478+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:24.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:22.855023+0000 mgr.smithi071.wlolyy (mgr.14180) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:28:24.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:23.948504+0000 mon.smithi071 (mon.0) 499 : cluster [INF] osd.6 [v2:172.21.15.71:6826/4097725430,v1:172.21.15.71:6827/4097725430] boot 2024-01-18T07:28:24.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:23.948545+0000 mon.smithi071 (mon.0) 500 : cluster [DBG] osdmap e28: 8 total, 8 up, 8 in 2024-01-18T07:28:24.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:23.948691+0000 mon.smithi071 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:24.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:23.989124+0000 mon.smithi071 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:24.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:24.345943+0000 mon.smithi071 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:22.569432+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T07:28:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:22.569478+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T07:28:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:22.855023+0000 mgr.smithi071.wlolyy (mgr.14180) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T07:28:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:23.948504+0000 mon.smithi071 (mon.0) 499 : cluster [INF] osd.6 [v2:172.21.15.71:6826/4097725430,v1:172.21.15.71:6827/4097725430] boot 2024-01-18T07:28:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:23.948545+0000 mon.smithi071 (mon.0) 500 : cluster [DBG] osdmap e28: 8 total, 8 up, 8 in 2024-01-18T07:28:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:23.948691+0000 mon.smithi071 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T07:28:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:23.989124+0000 mon.smithi071 (mon.0) 502 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:24.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:24.345943+0000 mon.smithi071 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:25.264 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:24.340742+0000 mgr.smithi071.wlolyy (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi087 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:24.632072+0000 mon.smithi071 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:24.632654+0000 mon.smithi071 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:24.633141+0000 mon.smithi071 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:24.633626+0000 mon.smithi071 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:24.634034+0000 mgr.smithi071.wlolyy (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3990M 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:24.639667+0000 mon.smithi071 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:25.781 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:25.264772+0000 mon.smithi071 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.71:0/3328657745' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:25.782 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":28,"num_osds":8,"num_up_osds":8,"osd_up_since":1705562903,"num_in_osds":8,"osd_in_since":1705562877,"num_remapped_pgs":0} 2024-01-18T07:28:25.782 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T07:28:25.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T07:28:25.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:24.340742+0000 mgr.smithi071.wlolyy (mgr.14180) 93 : cephadm [INF] Detected new or changed devices on smithi087 2024-01-18T07:28:25.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:24.632072+0000 mon.smithi071 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:24.632654+0000 mon.smithi071 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:24.633141+0000 mon.smithi071 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:24.633626+0000 mon.smithi071 (mon.0) 507 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:25.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:24.634034+0000 mgr.smithi071.wlolyy (mgr.14180) 94 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3990M 2024-01-18T07:28:25.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:24.639667+0000 mon.smithi071 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:25.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:25.264772+0000 mon.smithi071 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.71:0/3328657745' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T07:28:26.800 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:24.855255+0000 mgr.smithi071.wlolyy (mgr.14180) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:26.800 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:25.567279+0000 mon.smithi071 (mon.0) 510 : cluster [DBG] osdmap e29: 8 total, 8 up, 8 in 2024-01-18T07:28:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:24.855255+0000 mgr.smithi071.wlolyy (mgr.14180) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:25.567279+0000 mon.smithi071 (mon.0) 510 : cluster [DBG] osdmap e29: 8 total, 8 up, 8 in 2024-01-18T07:28:27.597 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2024-01-18T07:28:27.597 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQAb06hlEH1HIxAAO0tn5R5YJmSbk/xtuCoeqA== 2024-01-18T07:28:28.059 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:28:28.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T07:28:28.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T07:28:28.099 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T07:28:28.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:26.855529+0000 mgr.smithi071.wlolyy (mgr.14180) 96 : cluster [DBG] pgmap v69: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:28.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:27.339590+0000 mgr.smithi071.wlolyy (mgr.14180) 97 : cephadm [INF] Detected new or changed devices on smithi071 2024-01-18T07:28:28.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.345476+0000 mon.smithi071 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:28.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.591658+0000 mon.smithi071 (mon.0) 512 : audit [INF] from='client.? 172.21.15.71:0/3198489885' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:28:28.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.597473+0000 mon.smithi071 (mon.0) 513 : audit [INF] from='client.? 172.21.15.71:0/3198489885' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T07:28:28.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.646235+0000 mon.smithi071 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.645 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.646814+0000 mon.smithi071 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.647301+0000 mon.smithi071 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.647772+0000 mon.smithi071 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:28:27.648141+0000 mgr.smithi071.wlolyy (mgr.14180) 98 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 3222M 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.651710+0000 mon.smithi071 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.652989+0000 mon.smithi071 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.653541+0000 mon.smithi071 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.657325+0000 mon.smithi071 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.660682+0000 mon.smithi071 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.663343+0000 mon.smithi071 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.664383+0000 mon.smithi071 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.664552+0000 mon.smithi071 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:28.646 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:27.664995+0000 mon.smithi071 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:28.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:26.855529+0000 mgr.smithi071.wlolyy (mgr.14180) 96 : cluster [DBG] pgmap v69: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:28.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:27.339590+0000 mgr.smithi071.wlolyy (mgr.14180) 97 : cephadm [INF] Detected new or changed devices on smithi071 2024-01-18T07:28:28.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.345476+0000 mon.smithi071 (mon.0) 511 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:28.673 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.591658+0000 mon.smithi071 (mon.0) 512 : audit [INF] from='client.? 172.21.15.71:0/3198489885' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.597473+0000 mon.smithi071 (mon.0) 513 : audit [INF] from='client.? 172.21.15.71:0/3198489885' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.646235+0000 mon.smithi071 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.646814+0000 mon.smithi071 (mon.0) 515 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.647301+0000 mon.smithi071 (mon.0) 516 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.647772+0000 mon.smithi071 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:28:27.648141+0000 mgr.smithi071.wlolyy (mgr.14180) 98 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 3222M 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.651710+0000 mon.smithi071 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.652989+0000 mon.smithi071 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.653541+0000 mon.smithi071 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.657325+0000 mon.smithi071 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.660682+0000 mon.smithi071 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.663343+0000 mon.smithi071 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.664383+0000 mon.smithi071 (mon.0) 524 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T07:28:28.674 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.664552+0000 mon.smithi071 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:28.675 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:27.664995+0000 mon.smithi071 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:28:29.775 INFO:teuthology.orchestra.run.smithi087.stdout:[client.1] 2024-01-18T07:28:29.775 INFO:teuthology.orchestra.run.smithi087.stdout: key = AQAd06hlSC/+LRAA2nAzTn8ssCgDn4fL4dTWWQ== 2024-01-18T07:28:30.285 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:28:30.285 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T07:28:30.285 DEBUG:teuthology.orchestra.run.smithi087:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T07:28:30.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T07:28:30.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:28.855882+0000 mgr.smithi071.wlolyy (mgr.14180) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:30.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:29.771050+0000 mon.smithi087 (mon.1) 18 : audit [INF] from='client.? 172.21.15.87:0/3878199139' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:28:30.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:29.771494+0000 mon.smithi071 (mon.0) 527 : 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-01-18T07:28:30.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:29.774646+0000 mon.smithi071 (mon.0) 528 : 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-01-18T07:28:30.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:28.855882+0000 mgr.smithi071.wlolyy (mgr.14180) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:30.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:29.771050+0000 mon.smithi087 (mon.1) 18 : audit [INF] from='client.? 172.21.15.87:0/3878199139' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T07:28:30.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:29.771494+0000 mon.smithi071 (mon.0) 527 : 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-01-18T07:28:30.646 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:29.774646+0000 mon.smithi071 (mon.0) 528 : 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-01-18T07:28:31.265 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:32.395 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:30.856368+0000 mgr.smithi071.wlolyy (mgr.14180) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:32.713 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:30.856368+0000 mgr.smithi071.wlolyy (mgr.14180) 100 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:32.743 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:32.743 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":29,"fsid":"a8c010d6-b5d2-11ee-95ae-87774f69a715","created":"2024-01-18T07:25:21.441674+0000","modified":"2024-01-18T07:28:25.561115+0000","last_up_change":"2024-01-18T07:28:23.944821+0000","last_in_change":"2024-01-18T07:27:57.059837+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T07:28:15.648617+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0186658f-fedc-441a-b7c6-a99f2e0faf55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6801","nonce":132914284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6803","nonce":132914284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6807","nonce":132914284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6805","nonce":132914284}]},"public_addr":"172.21.15.87:6801/132914284","cluster_addr":"172.21.15.87:6803/132914284","heartbeat_back_addr":"172.21.15.87:6807/132914284","heartbeat_front_addr":"172.21.15.87:6805/132914284","state":["exists","up"]},{"osd":1,"uuid":"97a4e77f-79ad-4edb-b083-67c38f122418","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6803","nonce":873050348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6805","nonce":873050348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6809","nonce":873050348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6807","nonce":873050348}]},"public_addr":"172.21.15.71:6803/873050348","cluster_addr":"172.21.15.71:6805/873050348","heartbeat_back_addr":"172.21.15.71:6809/873050348","heartbeat_front_addr":"172.21.15.71:6807/873050348","state":["exists","up"]},{"osd":2,"uuid":"e2bfdfb9-1742-4e86-9f4a-594e22637345","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6809","nonce":1010163064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6811","nonce":1010163064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6815","nonce":1010163064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6813","nonce":1010163064}]},"public_addr":"172.21.15.87:6809/1010163064","cluster_addr":"172.21.15.87:6811/1010163064","heartbeat_back_addr":"172.21.15.87:6815/1010163064","heartbeat_front_addr":"172.21.15.87:6813/1010163064","state":["exists","up"]},{"osd":3,"uuid":"89eafa71-64d3-4aa9-93fc-455740849d15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6811","nonce":2767113389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6813","nonce":2767113389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6817","nonce":2767113389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6815","nonce":2767113389}]},"public_addr":"172.21.15.71:6811/2767113389","cluster_addr":"172.21.15.71:6813/2767113389","heartbeat_back_addr":"172.21.15.71:6817/2767113389","heartbeat_front_addr":"172.21.15.71:6815/2767113389","state":["exists","up"]},{"osd":4,"uuid":"c5169412-ec1d-4c88-bdb6-1858e6ab9908","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6819","nonce":1364055269}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6821","nonce":1364055269}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6825","nonce":1364055269}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6823","nonce":1364055269}]},"public_addr":"172.21.15.71:6819/1364055269","cluster_addr":"172.21.15.71:6821/1364055269","heartbeat_back_addr":"172.21.15.71:6825/1364055269","heartbeat_front_addr":"172.21.15.71:6823/1364055269","state":["exists","up"]},{"osd":5,"uuid":"8f835115-2e86-4af0-b52c-faf77c62a80d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6817","nonce":1161756173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6819","nonce":1161756173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6823","nonce":1161756173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6821","nonce":1161756173}]},"public_addr":"172.21.15.87:6817/1161756173","cluster_addr":"172.21.15.87:6819/1161756173","heartbeat_back_addr":"172.21.15.87:6823/1161756173","heartbeat_front_addr":"172.21.15.87:6821/1161756173","state":["exists","up"]},{"osd":6,"uuid":"d0d249d7-1bce-4a0e-93f5-b12f0f5066f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6827","nonce":4097725430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6829","nonce":4097725430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6833","nonce":4097725430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6831","nonce":4097725430}]},"public_addr":"172.21.15.71:6827/4097725430","cluster_addr":"172.21.15.71:6829/4097725430","heartbeat_back_addr":"172.21.15.71:6833/4097725430","heartbeat_front_addr":"172.21.15.71:6831/4097725430","state":["exists","up"]},{"osd":7,"uuid":"07efd831-8329-408c-ad24-eab5e58e4887","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6825","nonce":394526335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6827","nonce":394526335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6831","nonce":394526335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6829","nonce":394526335}]},"public_addr":"172.21.15.87:6825/394526335","cluster_addr":"172.21.15.87:6827/394526335","heartbeat_back_addr":"172.21.15.87:6831/394526335","heartbeat_front_addr":"172.21.15.87:6829/394526335","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-01-18T07:28:10.395524+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-01-18T07:28:11.123738+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-01-18T07:28:13.829056+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-01-18T07:28:14.851249+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-01-18T07:28:18.799762+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-01-18T07:28:17.383435+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-01-18T07:28:22.569480+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-01-18T07:28:20.929494+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6800/1950257226":"2024-01-19T07:26:44.834119+0000","172.21.15.71:0/109630793":"2024-01-19T07:26:44.834119+0000","172.21.15.71:0/1837538848":"2024-01-19T07:26:44.834119+0000","172.21.15.71:6801/4124914918":"2024-01-19T07:26:09.218816+0000","172.21.15.71:6800/4124914918":"2024-01-19T07:26:09.218816+0000","172.21.15.71:0/2544539815":"2024-01-19T07:26:09.218816+0000","172.21.15.71:0/1037357757":"2024-01-19T07:26:09.218816+0000","172.21.15.71:6800/2972242728":"2024-01-19T07:25:41.276769+0000","172.21.15.71:6801/1950257226":"2024-01-19T07:26:44.834119+0000","172.21.15.71:6801/2972242728":"2024-01-19T07:25:41.276769+0000","172.21.15.71:0/487553859":"2024-01-19T07:25:41.276769+0000","172.21.15.71:0/3030724494":"2024-01-19T07:25:41.276769+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-01-18T07:28:33.194 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T07:28:15.648617+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-18T07:28:33.194 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T07:28:33.517 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:33.614 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:32.743201+0000 mon.smithi071 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.71:0/2341636445' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:28:33.614 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:32.743201+0000 mon.smithi071 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.71:0/2341636445' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:28:34.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:32.856674+0000 mgr.smithi071.wlolyy (mgr.14180) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:34.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:33.831478+0000 mon.smithi071 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:34.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:32.856674+0000 mgr.smithi071.wlolyy (mgr.14180) 101 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:34.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:33.831478+0000 mon.smithi071 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:34.727 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2024-01-18T07:28:35.047 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T07:28:35.048 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T07:28:35.048 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T07:28:35.312 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:34.728281+0000 mon.smithi071 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.71:0/1280981086' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T07:28:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:34.798834+0000 mon.smithi071 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:35.731 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:34.728281+0000 mon.smithi071 (mon.0) 531 : audit [DBG] from='client.? 172.21.15.71:0/1280981086' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T07:28:35.731 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:34.798834+0000 mon.smithi071 (mon.0) 532 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:28:36.479 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:36.656 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:34.856990+0000 mgr.smithi071.wlolyy (mgr.14180) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:34.856990+0000 mgr.smithi071.wlolyy (mgr.14180) 102 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:36.861 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi071.wlolyy","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":2729938108},{"type":"v1","addr":"172.21.15.71:6801","nonce":2729938108}]},"active_addr":"172.21.15.71:6801/2729938108","active_change":"2024-01-18T07:26:44.834262+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi087.tjbrfr","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.71:8443/","prometheus":"http://172.21.15.71: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.71:0","nonce":3103490511}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":1337048590}]}]} 2024-01-18T07:28:36.863 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T07:28:36.864 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T07:28:36.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T07:28:37.128 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:37.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:36.475084+0000 mon.smithi071 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.71:0/3220589328' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T07:28:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:36.475084+0000 mon.smithi071 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.71:0/3220589328' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T07:28:38.215 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:38.215 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":29,"fsid":"a8c010d6-b5d2-11ee-95ae-87774f69a715","created":"2024-01-18T07:25:21.441674+0000","modified":"2024-01-18T07:28:25.561115+0000","last_up_change":"2024-01-18T07:28:23.944821+0000","last_in_change":"2024-01-18T07:27:57.059837+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T07:28:15.648617+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0186658f-fedc-441a-b7c6-a99f2e0faf55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6801","nonce":132914284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6803","nonce":132914284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6807","nonce":132914284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6805","nonce":132914284}]},"public_addr":"172.21.15.87:6801/132914284","cluster_addr":"172.21.15.87:6803/132914284","heartbeat_back_addr":"172.21.15.87:6807/132914284","heartbeat_front_addr":"172.21.15.87:6805/132914284","state":["exists","up"]},{"osd":1,"uuid":"97a4e77f-79ad-4edb-b083-67c38f122418","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6803","nonce":873050348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6805","nonce":873050348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6809","nonce":873050348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6807","nonce":873050348}]},"public_addr":"172.21.15.71:6803/873050348","cluster_addr":"172.21.15.71:6805/873050348","heartbeat_back_addr":"172.21.15.71:6809/873050348","heartbeat_front_addr":"172.21.15.71:6807/873050348","state":["exists","up"]},{"osd":2,"uuid":"e2bfdfb9-1742-4e86-9f4a-594e22637345","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6809","nonce":1010163064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6811","nonce":1010163064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6815","nonce":1010163064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6813","nonce":1010163064}]},"public_addr":"172.21.15.87:6809/1010163064","cluster_addr":"172.21.15.87:6811/1010163064","heartbeat_back_addr":"172.21.15.87:6815/1010163064","heartbeat_front_addr":"172.21.15.87:6813/1010163064","state":["exists","up"]},{"osd":3,"uuid":"89eafa71-64d3-4aa9-93fc-455740849d15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6811","nonce":2767113389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6813","nonce":2767113389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6817","nonce":2767113389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6815","nonce":2767113389}]},"public_addr":"172.21.15.71:6811/2767113389","cluster_addr":"172.21.15.71:6813/2767113389","heartbeat_back_addr":"172.21.15.71:6817/2767113389","heartbeat_front_addr":"172.21.15.71:6815/2767113389","state":["exists","up"]},{"osd":4,"uuid":"c5169412-ec1d-4c88-bdb6-1858e6ab9908","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6819","nonce":1364055269}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6821","nonce":1364055269}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6825","nonce":1364055269}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6823","nonce":1364055269}]},"public_addr":"172.21.15.71:6819/1364055269","cluster_addr":"172.21.15.71:6821/1364055269","heartbeat_back_addr":"172.21.15.71:6825/1364055269","heartbeat_front_addr":"172.21.15.71:6823/1364055269","state":["exists","up"]},{"osd":5,"uuid":"8f835115-2e86-4af0-b52c-faf77c62a80d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6817","nonce":1161756173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6819","nonce":1161756173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6823","nonce":1161756173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6821","nonce":1161756173}]},"public_addr":"172.21.15.87:6817/1161756173","cluster_addr":"172.21.15.87:6819/1161756173","heartbeat_back_addr":"172.21.15.87:6823/1161756173","heartbeat_front_addr":"172.21.15.87:6821/1161756173","state":["exists","up"]},{"osd":6,"uuid":"d0d249d7-1bce-4a0e-93f5-b12f0f5066f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6827","nonce":4097725430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6829","nonce":4097725430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6833","nonce":4097725430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6831","nonce":4097725430}]},"public_addr":"172.21.15.71:6827/4097725430","cluster_addr":"172.21.15.71:6829/4097725430","heartbeat_back_addr":"172.21.15.71:6833/4097725430","heartbeat_front_addr":"172.21.15.71:6831/4097725430","state":["exists","up"]},{"osd":7,"uuid":"07efd831-8329-408c-ad24-eab5e58e4887","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6825","nonce":394526335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6827","nonce":394526335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6831","nonce":394526335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6829","nonce":394526335}]},"public_addr":"172.21.15.87:6825/394526335","cluster_addr":"172.21.15.87:6827/394526335","heartbeat_back_addr":"172.21.15.87:6831/394526335","heartbeat_front_addr":"172.21.15.87:6829/394526335","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-01-18T07:28:10.395524+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-01-18T07:28:11.123738+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-01-18T07:28:13.829056+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-01-18T07:28:14.851249+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-01-18T07:28:18.799762+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-01-18T07:28:17.383435+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-01-18T07:28:22.569480+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-01-18T07:28:20.929494+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6800/1950257226":"2024-01-19T07:26:44.834119+0000","172.21.15.71:0/109630793":"2024-01-19T07:26:44.834119+0000","172.21.15.71:0/1837538848":"2024-01-19T07:26:44.834119+0000","172.21.15.71:6801/4124914918":"2024-01-19T07:26:09.218816+0000","172.21.15.71:6800/4124914918":"2024-01-19T07:26:09.218816+0000","172.21.15.71:0/2544539815":"2024-01-19T07:26:09.218816+0000","172.21.15.71:0/1037357757":"2024-01-19T07:26:09.218816+0000","172.21.15.71:6800/2972242728":"2024-01-19T07:25:41.276769+0000","172.21.15.71:6801/1950257226":"2024-01-19T07:26:44.834119+0000","172.21.15.71:6801/2972242728":"2024-01-19T07:25:41.276769+0000","172.21.15.71:0/487553859":"2024-01-19T07:25:41.276769+0000","172.21.15.71:0/3030724494":"2024-01-19T07:25:41.276769+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-01-18T07:28:38.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:36.857281+0000 mgr.smithi071.wlolyy (mgr.14180) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:38.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:38.215157+0000 mon.smithi071 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.71:0/3670576101' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:28:38.595 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T07:28:38.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T07:28:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:36.857281+0000 mgr.smithi071.wlolyy (mgr.14180) 103 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:38.215157+0000 mon.smithi071 (mon.0) 534 : audit [DBG] from='client.? 172.21.15.71:0/3670576101' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:28:38.858 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:39.992 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:28:39.992 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":29,"fsid":"a8c010d6-b5d2-11ee-95ae-87774f69a715","created":"2024-01-18T07:25:21.441674+0000","modified":"2024-01-18T07:28:25.561115+0000","last_up_change":"2024-01-18T07:28:23.944821+0000","last_in_change":"2024-01-18T07:27:57.059837+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T07:28:15.648617+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0186658f-fedc-441a-b7c6-a99f2e0faf55","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6800","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6801","nonce":132914284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6802","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6803","nonce":132914284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6806","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6807","nonce":132914284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6804","nonce":132914284},{"type":"v1","addr":"172.21.15.87:6805","nonce":132914284}]},"public_addr":"172.21.15.87:6801/132914284","cluster_addr":"172.21.15.87:6803/132914284","heartbeat_back_addr":"172.21.15.87:6807/132914284","heartbeat_front_addr":"172.21.15.87:6805/132914284","state":["exists","up"]},{"osd":1,"uuid":"97a4e77f-79ad-4edb-b083-67c38f122418","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6803","nonce":873050348}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6805","nonce":873050348}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6809","nonce":873050348}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":873050348},{"type":"v1","addr":"172.21.15.71:6807","nonce":873050348}]},"public_addr":"172.21.15.71:6803/873050348","cluster_addr":"172.21.15.71:6805/873050348","heartbeat_back_addr":"172.21.15.71:6809/873050348","heartbeat_front_addr":"172.21.15.71:6807/873050348","state":["exists","up"]},{"osd":2,"uuid":"e2bfdfb9-1742-4e86-9f4a-594e22637345","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6808","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6809","nonce":1010163064}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6810","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6811","nonce":1010163064}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6814","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6815","nonce":1010163064}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6812","nonce":1010163064},{"type":"v1","addr":"172.21.15.87:6813","nonce":1010163064}]},"public_addr":"172.21.15.87:6809/1010163064","cluster_addr":"172.21.15.87:6811/1010163064","heartbeat_back_addr":"172.21.15.87:6815/1010163064","heartbeat_front_addr":"172.21.15.87:6813/1010163064","state":["exists","up"]},{"osd":3,"uuid":"89eafa71-64d3-4aa9-93fc-455740849d15","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6811","nonce":2767113389}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6813","nonce":2767113389}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6817","nonce":2767113389}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":2767113389},{"type":"v1","addr":"172.21.15.71:6815","nonce":2767113389}]},"public_addr":"172.21.15.71:6811/2767113389","cluster_addr":"172.21.15.71:6813/2767113389","heartbeat_back_addr":"172.21.15.71:6817/2767113389","heartbeat_front_addr":"172.21.15.71:6815/2767113389","state":["exists","up"]},{"osd":4,"uuid":"c5169412-ec1d-4c88-bdb6-1858e6ab9908","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6819","nonce":1364055269}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6821","nonce":1364055269}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6825","nonce":1364055269}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":1364055269},{"type":"v1","addr":"172.21.15.71:6823","nonce":1364055269}]},"public_addr":"172.21.15.71:6819/1364055269","cluster_addr":"172.21.15.71:6821/1364055269","heartbeat_back_addr":"172.21.15.71:6825/1364055269","heartbeat_front_addr":"172.21.15.71:6823/1364055269","state":["exists","up"]},{"osd":5,"uuid":"8f835115-2e86-4af0-b52c-faf77c62a80d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6816","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6817","nonce":1161756173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6818","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6819","nonce":1161756173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6822","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6823","nonce":1161756173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6820","nonce":1161756173},{"type":"v1","addr":"172.21.15.87:6821","nonce":1161756173}]},"public_addr":"172.21.15.87:6817/1161756173","cluster_addr":"172.21.15.87:6819/1161756173","heartbeat_back_addr":"172.21.15.87:6823/1161756173","heartbeat_front_addr":"172.21.15.87:6821/1161756173","state":["exists","up"]},{"osd":6,"uuid":"d0d249d7-1bce-4a0e-93f5-b12f0f5066f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6827","nonce":4097725430}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6829","nonce":4097725430}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6833","nonce":4097725430}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":4097725430},{"type":"v1","addr":"172.21.15.71:6831","nonce":4097725430}]},"public_addr":"172.21.15.71:6827/4097725430","cluster_addr":"172.21.15.71:6829/4097725430","heartbeat_back_addr":"172.21.15.71:6833/4097725430","heartbeat_front_addr":"172.21.15.71:6831/4097725430","state":["exists","up"]},{"osd":7,"uuid":"07efd831-8329-408c-ad24-eab5e58e4887","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6824","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6825","nonce":394526335}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6826","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6827","nonce":394526335}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6830","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6831","nonce":394526335}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.87:6828","nonce":394526335},{"type":"v1","addr":"172.21.15.87:6829","nonce":394526335}]},"public_addr":"172.21.15.87:6825/394526335","cluster_addr":"172.21.15.87:6827/394526335","heartbeat_back_addr":"172.21.15.87:6831/394526335","heartbeat_front_addr":"172.21.15.87:6829/394526335","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-01-18T07:28:10.395524+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-01-18T07:28:11.123738+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-01-18T07:28:13.829056+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-01-18T07:28:14.851249+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-01-18T07:28:18.799762+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-01-18T07:28:17.383435+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-01-18T07:28:22.569480+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-01-18T07:28:20.929494+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.71:6800/1950257226":"2024-01-19T07:26:44.834119+0000","172.21.15.71:0/109630793":"2024-01-19T07:26:44.834119+0000","172.21.15.71:0/1837538848":"2024-01-19T07:26:44.834119+0000","172.21.15.71:6801/4124914918":"2024-01-19T07:26:09.218816+0000","172.21.15.71:6800/4124914918":"2024-01-19T07:26:09.218816+0000","172.21.15.71:0/2544539815":"2024-01-19T07:26:09.218816+0000","172.21.15.71:0/1037357757":"2024-01-19T07:26:09.218816+0000","172.21.15.71:6800/2972242728":"2024-01-19T07:25:41.276769+0000","172.21.15.71:6801/1950257226":"2024-01-19T07:26:44.834119+0000","172.21.15.71:6801/2972242728":"2024-01-19T07:25:41.276769+0000","172.21.15.71:0/487553859":"2024-01-19T07:25:41.276769+0000","172.21.15.71:0/3030724494":"2024-01-19T07:25:41.276769+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-01-18T07:28:40.359 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T07:28:40.625 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:38.857616+0000 mgr.smithi071.wlolyy (mgr.14180) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:39.992157+0000 mon.smithi071 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.71:0/3879995689' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:28:40.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:38.857616+0000 mgr.smithi071.wlolyy (mgr.14180) 104 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:40.728 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:39.992157+0000 mon.smithi071 (mon.0) 535 : audit [DBG] from='client.? 172.21.15.71:0/3879995689' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T07:28:41.968 INFO:teuthology.orchestra.run.smithi071.stdout:68719476745 2024-01-18T07:28:41.968 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T07:28:42.233 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:42.663 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:40.858121+0000 mgr.smithi071.wlolyy (mgr.14180) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:40.858121+0000 mgr.smithi071.wlolyy (mgr.14180) 105 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:43.576 INFO:teuthology.orchestra.run.smithi071.stdout:68719476745 2024-01-18T07:28:43.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T07:28:43.840 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:44.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:42.858431+0000 mgr.smithi071.wlolyy (mgr.14180) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:44.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:42.858431+0000 mgr.smithi071.wlolyy (mgr.14180) 106 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:45.208 INFO:teuthology.orchestra.run.smithi071.stdout:81604378632 2024-01-18T07:28:45.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T07:28:45.472 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:46.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:44.858739+0000 mgr.smithi071.wlolyy (mgr.14180) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:44.858739+0000 mgr.smithi071.wlolyy (mgr.14180) 107 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:46.768 INFO:teuthology.orchestra.run.smithi071.stdout:85899345929 2024-01-18T07:28:46.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T07:28:47.032 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:48.375 INFO:teuthology.orchestra.run.smithi071.stdout:103079215112 2024-01-18T07:28:48.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T07:28:48.639 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:46.859048+0000 mgr.smithi071.wlolyy (mgr.14180) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:46.859048+0000 mgr.smithi071.wlolyy (mgr.14180) 108 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:49.992 INFO:teuthology.orchestra.run.smithi071.stdout:94489280522 2024-01-18T07:28:49.993 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T07:28:50.257 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:50.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:48.859447+0000 mgr.smithi071.wlolyy (mgr.14180) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:48.859447+0000 mgr.smithi071.wlolyy (mgr.14180) 109 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:51.634 INFO:teuthology.orchestra.run.smithi071.stdout:120259084295 2024-01-18T07:28:51.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T07:28:51.900 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:52.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:50.859780+0000 mgr.smithi071.wlolyy (mgr.14180) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:50.859780+0000 mgr.smithi071.wlolyy (mgr.14180) 110 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:53.241 INFO:teuthology.orchestra.run.smithi071.stdout:111669149705 2024-01-18T07:28:53.241 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T07:28:53.504 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:54.598 INFO:teuthology.orchestra.run.smithi071.stdout:68719476747 2024-01-18T07:28:54.628 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:52.860096+0000 mgr.smithi071.wlolyy (mgr.14180) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:52.860096+0000 mgr.smithi071.wlolyy (mgr.14180) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:54.990 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476747 for osd.0 2024-01-18T07:28:54.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T07:28:55.254 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:55.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:54.598463+0000 mon.smithi071 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.71:0/1512026842' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T07:28:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:54.598463+0000 mon.smithi071 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.71:0/1512026842' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T07:28:56.344 INFO:teuthology.orchestra.run.smithi071.stdout:68719476748 2024-01-18T07:28:56.672 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:54.860399+0000 mgr.smithi071.wlolyy (mgr.14180) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:56.672 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:56.344270+0000 mon.smithi071 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.71:0/3024041734' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T07:28:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:54.860399+0000 mgr.smithi071.wlolyy (mgr.14180) 112 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:56.344270+0000 mon.smithi071 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.71:0/3024041734' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T07:28:56.741 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476748 for osd.1 2024-01-18T07:28:56.742 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T07:28:57.008 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:58.110 INFO:teuthology.orchestra.run.smithi071.stdout:81604378635 2024-01-18T07:28:58.481 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378632 got 81604378635 for osd.2 2024-01-18T07:28:58.481 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T07:28:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:56.860677+0000 mgr.smithi071.wlolyy (mgr.14180) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:28:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:58.110163+0000 mon.smithi071 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.71:0/3563426626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T07:28:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:56.860677+0000 mgr.smithi071.wlolyy (mgr.14180) 113 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:28:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:28:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:58.110163+0000 mon.smithi071 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.71:0/3563426626' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T07:28:58.747 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:28:59.845 INFO:teuthology.orchestra.run.smithi071.stdout:85899345932 2024-01-18T07:29:00.224 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345929 got 85899345932 for osd.3 2024-01-18T07:29:00.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T07:29:00.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:28:58.861037+0000 mgr.smithi071.wlolyy (mgr.14180) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:00.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:28:59.844916+0000 mon.smithi071 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.71:0/326124254' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T07:29:00.492 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:29:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:28:58.861037+0000 mgr.smithi071.wlolyy (mgr.14180) 114 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:28:59.844916+0000 mon.smithi071 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.71:0/326124254' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T07:29:01.607 INFO:teuthology.orchestra.run.smithi071.stdout:103079215115 2024-01-18T07:29:01.981 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215112 got 103079215115 for osd.4 2024-01-18T07:29:01.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T07:29:02.244 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:29:02.684 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:00.861433+0000 mgr.smithi071.wlolyy (mgr.14180) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:02.684 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:01.607937+0000 mon.smithi071 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.71:0/867907604' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T07:29:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:00.861433+0000 mgr.smithi071.wlolyy (mgr.14180) 115 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:01.607937+0000 mon.smithi071 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.71:0/867907604' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T07:29:03.360 INFO:teuthology.orchestra.run.smithi071.stdout:94489280524 2024-01-18T07:29:03.676 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:03.360378+0000 mon.smithi071 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.71:0/48079724' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T07:29:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:03.360378+0000 mon.smithi071 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.71:0/48079724' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T07:29:03.740 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280522 got 94489280524 for osd.5 2024-01-18T07:29:03.740 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T07:29:04.007 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:29:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:02.861818+0000 mgr.smithi071.wlolyy (mgr.14180) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:04.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:02.861818+0000 mgr.smithi071.wlolyy (mgr.14180) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:05.160 INFO:teuthology.orchestra.run.smithi071.stdout:120259084297 2024-01-18T07:29:05.547 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084295 got 120259084297 for osd.6 2024-01-18T07:29:05.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T07:29:05.813 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:29:06.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:04.862170+0000 mgr.smithi071.wlolyy (mgr.14180) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:06.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:05.159911+0000 mon.smithi071 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.71:0/1468792746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T07:29:06.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:04.862170+0000 mgr.smithi071.wlolyy (mgr.14180) 117 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:06.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:05.159911+0000 mon.smithi071 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.71:0/1468792746' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T07:29:06.960 INFO:teuthology.orchestra.run.smithi071.stdout:111669149708 2024-01-18T07:29:07.338 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149705 got 111669149708 for osd.7 2024-01-18T07:29:07.338 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T07:29:07.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T07:29:07.603 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:29:07.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:06.862477+0000 mgr.smithi071.wlolyy (mgr.14180) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:07.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:06.960610+0000 mon.smithi071 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.71:0/1940325063' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T07:29:08.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:06.862477+0000 mgr.smithi071.wlolyy (mgr.14180) 118 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:08.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:06.960610+0000 mon.smithi071 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.71:0/1940325063' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T07:29:08.773 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:08.775 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-01-18T07:29:09.153 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":89,"stamp":"2024-01-18T07:29:06.862349+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":2378984,"kb_used_data":2216,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549464,"statfs":{"total":767926730752,"available":765490651136,"internally_reserved":0,"allocated":2269184,"data_stored":863808,"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":11,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-01-18T07:28:23.965350+0000","last_change":"2024-01-18T07:28:23.964428+0000","last_active":"2024-01-18T07:28:23.965350+0000","last_peered":"2024-01-18T07:28:23.965350+0000","last_clean":"2024-01-18T07:28:23.965350+0000","last_became_active":"2024-01-18T07:28:23.964102+0000","last_became_peered":"2024-01-18T07:28:23.964102+0000","last_unstale":"2024-01-18T07:28:23.965350+0000","last_undegraded":"2024-01-18T07:28:23.965350+0000","last_fullsized":"2024-01-18T07:28:23.965350+0000","mapping_epoch":27,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":28,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T07:28:16.386872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T07:28:16.386872+0000","last_clean_scrub_stamp":"2024-01-18T07:28:16.386872+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,4,2],"acting":[7,4,2],"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":6,"up_from":28,"seq":120259084298,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297376,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443680,"statfs":{"total":95990841344,"available":95686328320,"internally_reserved":0,"allocated":286720,"data_stored":108887,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]},{"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.28699999999999998}]},{"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.63600000000000001}]},{"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.33000000000000002}]},{"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.40400000000000003}]},{"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.66500000000000004}]},{"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.65300000000000002}]}]},{"osd":7,"up_from":26,"seq":111669149708,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107634,"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.53200000000000003}]},{"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.46999999999999997}]},{"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.45700000000000002}]},{"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.59999999999999998}]},{"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.63}]},{"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.65600000000000003}]},{"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.71499999999999997}]}]},{"osd":1,"up_from":16,"seq":68719476750,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107671,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44900000000000001}]},{"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.40799999999999997}]},{"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.35999999999999999}]},{"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.28499999999999998}]},{"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.47399999999999998}]},{"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.34499999999999997}]},{"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.438}]}]},{"osd":0,"up_from":16,"seq":68719476750,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297368,"kb_used_data":272,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443688,"statfs":{"total":95990841344,"available":95686336512,"internally_reserved":0,"allocated":278528,"data_stored":106500,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.377}]},{"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.32600000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]},{"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.59599999999999997}]},{"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.48399999999999999}]},{"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.5}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297376,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443680,"statfs":{"total":95990841344,"available":95686328320,"internally_reserved":0,"allocated":286720,"data_stored":108887,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"osd":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.59899999999999998}]},{"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.56999999999999995}]},{"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.63900000000000001}]},{"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.437}]},{"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.58399999999999996}]},{"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.45800000000000002}]}]},{"osd":3,"up_from":20,"seq":85899345933,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107671,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55500000000000005}]},{"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.29299999999999998}]},{"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.33300000000000002}]},{"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.629}]},{"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.41899999999999998}]},{"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.61799999999999999}]},{"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.82999999999999996}]}]},{"osd":5,"up_from":22,"seq":94489280525,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107671,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"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.439}]},{"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.371}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53700000000000003}]},{"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.48099999999999998}]},{"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.54800000000000004}]}]},{"osd":4,"up_from":24,"seq":103079215116,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297376,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443680,"statfs":{"total":95990841344,"available":95686328320,"internally_reserved":0,"allocated":286720,"data_stored":108887,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45400000000000001}]},{"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.21099999999999999}]},{"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.438}]},{"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.28499999999999998}]},{"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.49399999999999999}]},{"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.31}]},{"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.55400000000000005}]}]}],"pool_statfs":[{"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":4,"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-01-18T07:29:09.154 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T07:29:09.416 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:29:10.148 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:08.772106+0000 mgr.smithi071.wlolyy (mgr.14180) 119 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:29:10.149 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:08.862938+0000 mgr.smithi071.wlolyy (mgr.14180) 120 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:10.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:08.772106+0000 mgr.smithi071.wlolyy (mgr.14180) 119 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:29:10.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:08.862938+0000 mgr.smithi071.wlolyy (mgr.14180) 120 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:10.503 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:10.505 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-01-18T07:29:10.870 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-01-18T07:29:08.862682+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":2378984,"kb_used_data":2216,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549464,"statfs":{"total":767926730752,"available":765490651136,"internally_reserved":0,"allocated":2269184,"data_stored":863808,"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":11,"reported_epoch":28,"state":"active+clean","last_fresh":"2024-01-18T07:28:23.965350+0000","last_change":"2024-01-18T07:28:23.964428+0000","last_active":"2024-01-18T07:28:23.965350+0000","last_peered":"2024-01-18T07:28:23.965350+0000","last_clean":"2024-01-18T07:28:23.965350+0000","last_became_active":"2024-01-18T07:28:23.964102+0000","last_became_peered":"2024-01-18T07:28:23.964102+0000","last_unstale":"2024-01-18T07:28:23.965350+0000","last_undegraded":"2024-01-18T07:28:23.965350+0000","last_fullsized":"2024-01-18T07:28:23.965350+0000","mapping_epoch":27,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":28,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T07:28:16.386872+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T07:28:16.386872+0000","last_clean_scrub_stamp":"2024-01-18T07:28:16.386872+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,4,2],"acting":[7,4,2],"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":6,"up_from":28,"seq":120259084298,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297376,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443680,"statfs":{"total":95990841344,"available":95686328320,"internally_reserved":0,"allocated":286720,"data_stored":108887,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51100000000000001}]},{"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.28699999999999998}]},{"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.63600000000000001}]},{"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.33000000000000002}]},{"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.40400000000000003}]},{"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.66500000000000004}]},{"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.65300000000000002}]}]},{"osd":7,"up_from":26,"seq":111669149709,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107634,"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.49299999999999999}]},{"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.64000000000000001}]},{"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.624}]},{"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.70299999999999996}]},{"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.71599999999999997}]},{"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.65200000000000002}]},{"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.72999999999999998}]}]},{"osd":1,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107671,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.73499999999999999}]},{"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.42699999999999999}]},{"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.51600000000000001}]},{"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.70199999999999996}]},{"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.46300000000000002}]},{"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.71799999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297368,"kb_used_data":272,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443688,"statfs":{"total":95990841344,"available":95686336512,"internally_reserved":0,"allocated":278528,"data_stored":106500,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41399999999999998}]},{"osd":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.32900000000000001}]},{"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.58399999999999996}]},{"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.47299999999999998}]},{"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.52100000000000002}]},{"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.56000000000000005}]},{"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.54200000000000004}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297376,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443680,"statfs":{"total":95990841344,"available":95686328320,"internally_reserved":0,"allocated":286720,"data_stored":108887,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40100000000000002}]},{"osd":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.59899999999999998}]},{"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.56999999999999995}]},{"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.63900000000000001}]},{"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.437}]},{"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.58399999999999996}]},{"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.45800000000000002}]}]},{"osd":3,"up_from":20,"seq":85899345934,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107671,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69699999999999995}]},{"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.41399999999999998}]},{"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.66300000000000003}]},{"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.56999999999999995}]},{"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.63400000000000001}]},{"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.505}]},{"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.67500000000000004}]}]},{"osd":5,"up_from":22,"seq":94489280525,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297372,"kb_used_data":276,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443684,"statfs":{"total":95990841344,"available":95686332416,"internally_reserved":0,"allocated":282624,"data_stored":107671,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"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.439}]},{"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.371}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45800000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53700000000000003}]},{"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.48099999999999998}]},{"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.54800000000000004}]}]},{"osd":4,"up_from":24,"seq":103079215116,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297376,"kb_used_data":280,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443680,"statfs":{"total":95990841344,"available":95686328320,"internally_reserved":0,"allocated":286720,"data_stored":108887,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45400000000000001}]},{"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.21099999999999999}]},{"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.438}]},{"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.28499999999999998}]},{"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.49399999999999999}]},{"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.31}]},{"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.55400000000000005}]}]}],"pool_statfs":[{"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":4,"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-01-18T07:29:10.871 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T07:29:10.871 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T07:29:10.871 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T07:29:10.871 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T07:29:11.140 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring config /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/mon.smithi071/config 2024-01-18T07:29:11.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:10.502470+0000 mgr.smithi071.wlolyy (mgr.14180) 121 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:29:11.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:10.502470+0000 mgr.smithi071.wlolyy (mgr.14180) 121 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:29:12.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:10.863279+0000 mgr.smithi071.wlolyy (mgr.14180) 122 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:12.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:10.863279+0000 mgr.smithi071.wlolyy (mgr.14180) 122 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:12.265 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:12.703 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T07:29:12.703 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T07:29:12.703 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T07:29:12.703 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T07:29:12.713 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:29:12.713 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph orch status' 2024-01-18T07:29:13.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:12.266337+0000 mon.smithi071 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.71:0/1306328327' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T07:29:13.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:12.266337+0000 mon.smithi071 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.71:0/1306328327' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T07:29:14.064 INFO:teuthology.orchestra.run.smithi071.stdout:Backend: cephadm 2024-01-18T07:29:14.064 INFO:teuthology.orchestra.run.smithi071.stdout:Available: Yes 2024-01-18T07:29:14.064 INFO:teuthology.orchestra.run.smithi071.stdout:Paused: No 2024-01-18T07:29:14.223 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:12.863557+0000 mgr.smithi071.wlolyy (mgr.14180) 123 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:14.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:12.863557+0000 mgr.smithi071.wlolyy (mgr.14180) 123 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:14.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-18T07:29:15.115 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:14.063945+0000 mgr.smithi071.wlolyy (mgr.14180) 124 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:15.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:14.063945+0000 mgr.smithi071.wlolyy (mgr.14180) 124 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.smithi071 smithi071 *:9093,9094 running (107s) 51s ago 2m 15.7M - 0.23.0 ba2b418f427c 6bc2f267f497 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi071 smithi071 running (2m) 51s ago 2m 7264k - 16.2.14-454-g491b5e13 5debfd7ac2a7 ed02c8eb16ae 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:crash.smithi087 smithi087 running (2m) 54s ago 2m 7444k - 16.2.14-454-g491b5e13 5debfd7ac2a7 e8d6a262f69e 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.smithi071 smithi071 *:3000 running (103s) 51s ago 2m 48.5M - 8.3.5 dad864ee21e9 e7ffb713c9fe 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi071.wlolyy smithi071 *:9283 running (3m) 51s ago 3m 445M - 16.2.14-454-g491b5e13 5debfd7ac2a7 9f949623ad8a 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.smithi087.tjbrfr smithi087 *:8443,9283 running (2m) 54s ago 2m 394M - 16.2.14-454-g491b5e13 5debfd7ac2a7 2c096361babf 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi071 smithi071 running (3m) 51s ago 3m 68.5M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 aeba41df5f61 2024-01-18T07:29:15.790 INFO:teuthology.orchestra.run.smithi071.stdout:mon.smithi087 smithi087 running (2m) 54s ago 2m 60.3M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 b97bf851fb8f 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi071 smithi071 *:9100 running (2m) 51s ago 2m 22.0M - 1.3.1 1dbe0e931976 4636fb151e85 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.smithi087 smithi087 *:9100 running (2m) 54s ago 119s 22.8M - 1.3.1 1dbe0e931976 6b4c0d1f98e9 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi087 running (69s) 54s ago 69s 34.1M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 1efc9da0ec7e 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (69s) 51s ago 68s 31.7M 3222M 16.2.14-454-g491b5e13 5debfd7ac2a7 ba72f297bd2d 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi087 running (66s) 54s ago 66s 32.3M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 dc9f0ef3d976 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (65s) 51s ago 65s 29.6M 3222M 16.2.14-454-g491b5e13 5debfd7ac2a7 20535c9704f9 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi071 running (61s) 51s ago 61s 31.3M 3222M 16.2.14-454-g491b5e13 5debfd7ac2a7 76282f794561 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi087 running (62s) 54s ago 62s 30.1M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 800b98009972 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi071 running (57s) 51s ago 57s 14.5M 3222M 16.2.14-454-g491b5e13 5debfd7ac2a7 c50e9098eda4 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi087 running (59s) 54s ago 59s 25.2M 3990M 16.2.14-454-g491b5e13 5debfd7ac2a7 6213c33ac58c 2024-01-18T07:29:15.791 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.smithi071 smithi071 *:9095 running (100s) 51s ago 2m 43.0M - 2.33.4 514e6a882f6e 9e7a445571db 2024-01-18T07:29:16.101 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:14.863867+0000 mgr.smithi071.wlolyy (mgr.14180) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:16.168 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-18T07:29:16.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:14.863867+0000 mgr.smithi071.wlolyy (mgr.14180) 125 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:16.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:15.782544+0000 mgr.smithi071.wlolyy (mgr.14180) 126 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:17.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:15.782544+0000 mgr.smithi071.wlolyy (mgr.14180) 126 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager ?:9093,9094 1/1 53s ago 3m count:1 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:crash 2/2 55s ago 3m * 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:grafana ?:3000 1/1 53s ago 3m count:1 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:mgr 2/2 55s ago 3m count:2 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:mon 2/2 55s ago 2m smithi071:172.21.15.71=smithi071;smithi087:172.21.15.87=smithi087;count:2 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter ?:9100 2/2 55s ago 3m * 2024-01-18T07:29:17.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.all-available-devices 8 55s ago 115s * 2024-01-18T07:29:17.494 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus ?:9095 1/1 53s ago 3m count:1 2024-01-18T07:29:17.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-18T07:29:18.187 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:16.864298+0000 mgr.smithi071.wlolyy (mgr.14180) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:18.187 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:17.490002+0000 mgr.smithi071.wlolyy (mgr.14180) 128 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:18.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:16.864298+0000 mgr.smithi071.wlolyy (mgr.14180) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:18.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:17.490002+0000 mgr.smithi071.wlolyy (mgr.14180) 128 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:19.230 INFO:teuthology.orchestra.run.smithi071.stdout:HOST ADDR LABELS STATUS 2024-01-18T07:29:19.230 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 172.21.15.71 2024-01-18T07:29:19.230 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 172.21.15.87 2024-01-18T07:29:19.230 INFO:teuthology.orchestra.run.smithi071.stdout:2 hosts in cluster 2024-01-18T07:29:19.601 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-18T07:29:20.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:18.864711+0000 mgr.smithi071.wlolyy (mgr.14180) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:20.256 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:19.229211+0000 mgr.smithi071.wlolyy (mgr.14180) 130 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:20.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:18.864711+0000 mgr.smithi071.wlolyy (mgr.14180) 129 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:20.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:19.229211+0000 mgr.smithi071.wlolyy (mgr.14180) 130 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:20.963 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T07:29:20.964 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040172400BGN 372G 53s ago Has a FileSystem, LVM detected 2024-01-18T07:29:20.964 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_c915fdcbce23eb87ce7d 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:20.964 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_e87b72d788adae9d4c1c 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:20.964 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_15afba51a0dc15f5acd3 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:20.964 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_4d3c7c7451d2c2016c4f 89.4G 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:20.964 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400NQ400BGN 372G 56s ago Has a FileSystem, LVM detected 2024-01-18T07:29:20.965 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme1n1 ssd Linux_9cf4fcf0d251d1479dbd 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:20.965 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme2n1 ssd Linux_51cf5a016a0e5dfc4b2c 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:20.965 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme3n1 ssd Linux_607ad662e41ecb21586c 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:20.965 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme4n1 ssd Linux_e87c0f38c6d44dc7123d 89.4G 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:21.334 INFO:teuthology.run_tasks:Running task vip... 2024-01-18T07:29:21.343 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-18T07:29:21.343 INFO:tasks.vip:peername 172.21.15.71 2024-01-18T07:29:21.346 INFO:tasks.vip:172.21.15.71 in 172.21.0.0/20, pos 3910 2024-01-18T07:29:21.351 INFO:tasks.vip:smithi071.front.sepia.ceph.com static 10.0.15.71, vnet 10.0.0.0/16 2024-01-18T07:29:21.351 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-18T07:29:21.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip route ls 2024-01-18T07:29:21.380 INFO:teuthology.orchestra.run.smithi071.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-18T07:29:21.380 INFO:teuthology.orchestra.run.smithi071.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-01-18T07:29:21.381 INFO:tasks.vip:Configuring 10.0.15.71 on smithi071.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T07:29:21.381 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr add 10.0.15.71/16 dev enp3s0f1 2024-01-18T07:29:21.448 INFO:tasks.vip:peername 172.21.15.87 2024-01-18T07:29:21.451 INFO:tasks.vip:172.21.15.87 in 172.21.0.0/20, pos 3926 2024-01-18T07:29:21.456 INFO:tasks.vip:smithi087.front.sepia.ceph.com static 10.0.15.87, vnet 10.0.0.0/16 2024-01-18T07:29:21.456 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip route ls 2024-01-18T07:29:21.495 INFO:teuthology.orchestra.run.smithi087.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-18T07:29:21.495 INFO:teuthology.orchestra.run.smithi087.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.87 metric 100 2024-01-18T07:29:21.496 INFO:tasks.vip:Configuring 10.0.15.87 on smithi087.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T07:29:21.497 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr add 10.0.15.87/16 dev enp3s0f1 2024-01-18T07:29:21.568 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T07:29:21.577 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:29:21.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-18T07:29:22.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:20.865033+0000 mgr.smithi071.wlolyy (mgr.14180) 131 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:22.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:20.961523+0000 mgr.smithi071.wlolyy (mgr.14180) 132 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:22.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:20.865033+0000 mgr.smithi071.wlolyy (mgr.14180) 131 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:22.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:20.961523+0000 mgr.smithi071.wlolyy (mgr.14180) 132 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:22.934 INFO:teuthology.orchestra.run.smithi071.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T07:29:22.934 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT62040172400BGN 372G 55s ago Has a FileSystem, LVM detected 2024-01-18T07:29:22.934 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme1n1 ssd Linux_c915fdcbce23eb87ce7d 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:22.934 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme2n1 ssd Linux_e87b72d788adae9d4c1c 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:22.934 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme3n1 ssd Linux_15afba51a0dc15f5acd3 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:22.934 INFO:teuthology.orchestra.run.smithi071.stdout:smithi071 /dev/nvme4n1 ssd Linux_4d3c7c7451d2c2016c4f 89.4G 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:22.935 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400NQ400BGN 372G 58s ago Has a FileSystem, LVM detected 2024-01-18T07:29:22.935 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme1n1 ssd Linux_9cf4fcf0d251d1479dbd 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:22.935 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme2n1 ssd Linux_51cf5a016a0e5dfc4b2c 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:22.935 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme3n1 ssd Linux_607ad662e41ecb21586c 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:22.935 INFO:teuthology.orchestra.run.smithi071.stdout:smithi087 /dev/nvme4n1 ssd Linux_e87c0f38c6d44dc7123d 89.4G 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T07:29:23.233 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:22.954897+0000 mon.smithi071 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:29:23.315 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T07:29:23.324 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:29:23.325 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T07:29:23.356 INFO:teuthology.orchestra.run.smithi071.stderr:+ systemctl stop nfs-server 2024-01-18T07:29:23.362 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi087.front.sepia.ceph.com 2024-01-18T07:29:23.362 DEBUG:teuthology.orchestra.run.smithi087:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T07:29:23.388 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:22.954897+0000 mon.smithi071 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:29:23.391 INFO:teuthology.orchestra.run.smithi087.stderr:+ systemctl stop nfs-server 2024-01-18T07:29:23.397 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T07:29:23.406 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:29:23.406 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-01-18T07:29:24.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:22.865302+0000 mgr.smithi071.wlolyy (mgr.14180) 133 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:24.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:22.932351+0000 mgr.smithi071.wlolyy (mgr.14180) 134 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:24.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:22.865302+0000 mgr.smithi071.wlolyy (mgr.14180) 133 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:24.257 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:22.932351+0000 mgr.smithi071.wlolyy (mgr.14180) 134 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:24.828 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled rgw.foorgw update... 2024-01-18T07:29:25.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:24.211501+0000 mon.smithi071 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:25.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:24.827929+0000 mon.smithi071 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:25.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:24.211501+0000 mon.smithi071 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:25.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:24.827929+0000 mon.smithi071 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:25.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.71/16' 2024-01-18T07:29:26.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:24.823613+0000 mgr.smithi071.wlolyy (mgr.14180) 135 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:26.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:24.824710+0000 mgr.smithi071.wlolyy (mgr.14180) 136 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T07:29:26.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:24.865655+0000 mgr.smithi071.wlolyy (mgr.14180) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:26.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:24.823613+0000 mgr.smithi071.wlolyy (mgr.14180) 135 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:26.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:24.824710+0000 mgr.smithi071.wlolyy (mgr.14180) 136 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T07:29:26.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:24.865655+0000 mgr.smithi071.wlolyy (mgr.14180) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:27.813 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:26.619304+0000 mon.smithi071 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:27.813 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:26.717700+0000 mon.smithi071 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:27.813 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:27.248661+0000 mon.smithi071 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T07:29:27.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:26.619304+0000 mon.smithi071 (mon.0) 548 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:27.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:26.717700+0000 mon.smithi071 (mon.0) 549 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:27.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:27.248661+0000 mon.smithi071 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T07:29:28.757 INFO:teuthology.orchestra.run.smithi071.stdout:NFS Cluster Created Successfully 2024-01-18T07:29:28.937 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:26.866021+0000 mgr.smithi071.wlolyy (mgr.14180) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:28.937 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:27.247497+0000 mgr.smithi071.wlolyy (mgr.14180) 139 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.71/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:28.937 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:27.721625+0000 mon.smithi071 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T07:29:28.938 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:27.721675+0000 mon.smithi071 (mon.0) 552 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-18T07:29:28.938 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:27.722569+0000 mon.smithi071 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T07:29:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:26.866021+0000 mgr.smithi071.wlolyy (mgr.14180) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:27.247497+0000 mgr.smithi071.wlolyy (mgr.14180) 139 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.71/16", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:27.721625+0000 mon.smithi071 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T07:29:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:27.721675+0000 mon.smithi071 (mon.0) 552 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2024-01-18T07:29:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:27.722569+0000 mon.smithi071 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T07:29:29.157 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T07:29:29.166 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:29:29.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-01-18T07:29:29.197 INFO:teuthology.orchestra.run.smithi071.stderr:+ dnf install -y python3-boto3 2024-01-18T07:29:29.540 INFO:teuthology.orchestra.run.smithi071.stdout:Updating Subscription Management repositories. 2024-01-18T07:29:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:28.724270+0000 mon.smithi071 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T07:29:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:28.724477+0000 mon.smithi071 (mon.0) 555 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-18T07:29:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:28.749218+0000 mgr.smithi071.wlolyy (mgr.14180) 140 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T07:29:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:28.752545+0000 mon.smithi071 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:28.753887+0000 mgr.smithi071.wlolyy (mgr.14180) 141 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T07:29:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:28.756895+0000 mon.smithi071 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:29.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:28.866307+0000 mgr.smithi071.wlolyy (mgr.14180) 142 : cluster [DBG] pgmap v102: 33 pgs: 16 creating+peering, 16 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:29.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.516556+0000 mon.smithi071 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:29.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:28.724270+0000 mon.smithi071 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T07:29:29.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:28.724477+0000 mon.smithi071 (mon.0) 555 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2024-01-18T07:29:29.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:28.749218+0000 mgr.smithi071.wlolyy (mgr.14180) 140 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-18T07:29:29.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:28.752545+0000 mon.smithi071 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:29.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:28.753887+0000 mgr.smithi071.wlolyy (mgr.14180) 141 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T07:29:29.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:28.756895+0000 mon.smithi071 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:29.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:28.866307+0000 mgr.smithi071.wlolyy (mgr.14180) 142 : cluster [DBG] pgmap v102: 33 pgs: 16 creating+peering, 16 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:29.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.516556+0000 mon.smithi071 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:30.844 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:29.728381+0000 mon.smithi071 (mon.0) 559 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.806099+0000 mon.smithi071 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.806711+0000 mon.smithi071 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.810643+0000 mon.smithi071 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.814103+0000 mon.smithi071 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:29.818276+0000 mgr.smithi071.wlolyy (mgr.14180) 143 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.820897+0000 mon.smithi071 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.821316+0000 mon.smithi071 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.zxdxbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.823804+0000 mon.smithi071 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.zxdxbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.827111+0000 mon.smithi071 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:29.827613+0000 mon.smithi071 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:29.828117+0000 mgr.smithi071.wlolyy (mgr.14180) 144 : cephadm [INF] Deploying daemon rgw.foorgw.smithi087.zxdxbn on smithi087 2024-01-18T07:29:30.845 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:30.521217+0000 mon.smithi071 (mon.0) 569 : cluster [DBG] mgrmap e19: smithi071.wlolyy(active, since 2m), standbys: smithi087.tjbrfr 2024-01-18T07:29:30.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:29.728381+0000 mon.smithi071 (mon.0) 559 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.806099+0000 mon.smithi071 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.806711+0000 mon.smithi071 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.810643+0000 mon.smithi071 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.814103+0000 mon.smithi071 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:29.818276+0000 mgr.smithi071.wlolyy (mgr.14180) 143 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.820897+0000 mon.smithi071 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.821316+0000 mon.smithi071 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.zxdxbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.823804+0000 mon.smithi071 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi087.zxdxbn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.827111+0000 mon.smithi071 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:29.827613+0000 mon.smithi071 (mon.0) 568 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:29.828117+0000 mgr.smithi071.wlolyy (mgr.14180) 144 : cephadm [INF] Deploying daemon rgw.foorgw.smithi087.zxdxbn on smithi087 2024-01-18T07:29:30.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:30.521217+0000 mon.smithi071 (mon.0) 569 : cluster [DBG] mgrmap e19: smithi071.wlolyy(active, since 2m), standbys: smithi087.tjbrfr 2024-01-18T07:29:31.221 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-01-18T07:29:31.846 INFO:teuthology.orchestra.run.smithi071.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-01-18T07:29:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:30.866660+0000 mgr.smithi071.wlolyy (mgr.14180) 145 : cluster [DBG] pgmap v104: 33 pgs: 16 creating+peering, 3 unknown, 14 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:31.661894+0000 mon.smithi071 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:31.663105+0000 mon.smithi071 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.gxoqxl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T07:29:32.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:31.666226+0000 mon.smithi071 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.gxoqxl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T07:29:32.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:31.669811+0000 mon.smithi071 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:32.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:31.670378+0000 mon.smithi071 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:32.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:31.738458+0000 mon.smithi071 (mon.0) 575 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-18T07:29:32.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:31.739504+0000 mon.smithi071 (mon.0) 576 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:30.866660+0000 mgr.smithi071.wlolyy (mgr.14180) 145 : cluster [DBG] pgmap v104: 33 pgs: 16 creating+peering, 3 unknown, 14 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:31.661894+0000 mon.smithi071 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:31.663105+0000 mon.smithi071 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.gxoqxl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:31.666226+0000 mon.smithi071 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi071.gxoqxl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:31.669811+0000 mon.smithi071 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:31.670378+0000 mon.smithi071 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:31.738458+0000 mon.smithi071 (mon.0) 575 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2024-01-18T07:29:32.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:31.739504+0000 mon.smithi071 (mon.0) 576 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:31.670918+0000 mgr.smithi071.wlolyy (mgr.14180) 146 : cephadm [INF] Deploying daemon rgw.foorgw.smithi071.gxoqxl on smithi071 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:32.744615+0000 mon.smithi071 (mon.0) 577 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:32.744789+0000 mon.smithi071 (mon.0) 578 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.519931+0000 mon.smithi071 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.526636+0000 mon.smithi071 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.543979+0000 mon.smithi071 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.547272+0000 mon.smithi071 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.548092+0000 mon.smithi071 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.553047+0000 mon.smithi071 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T07:29:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.554125+0000 mon.smithi071 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:33.974 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.592839+0000 mon.smithi071 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T07:29:33.974 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.596418+0000 mon.smithi071 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T07:29:33.974 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.640866+0000 mon.smithi071 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T07:29:33.974 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.644367+0000 mon.smithi071 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T07:29:33.974 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.647916+0000 mon.smithi071 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:33.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:31.670918+0000 mgr.smithi071.wlolyy (mgr.14180) 146 : cephadm [INF] Deploying daemon rgw.foorgw.smithi071.gxoqxl on smithi071 2024-01-18T07:29:33.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:32.744615+0000 mon.smithi071 (mon.0) 577 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:32.744789+0000 mon.smithi071 (mon.0) 578 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.519931+0000 mon.smithi071 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.526636+0000 mon.smithi071 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.543979+0000 mon.smithi071 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.547272+0000 mon.smithi071 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.548092+0000 mon.smithi071 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.553047+0000 mon.smithi071 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.554125+0000 mon.smithi071 (mon.0) 585 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.592839+0000 mon.smithi071 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.596418+0000 mon.smithi071 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.640866+0000 mon.smithi071 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.644367+0000 mon.smithi071 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi071.ezsbdb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T07:29:33.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.647916+0000 mon.smithi071 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:29:34.461 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout: Package Arch Version Repository Size 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-01-18T07:29:34.462 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-01-18T07:29:34.463 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-01-18T07:29:34.463 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:34.463 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 4.8 M 2024-01-18T07:29:34.463 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 49 M 2024-01-18T07:29:34.463 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-01-18T07:29:34.961 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 243 kB/s | 108 kB 00:00 2024-01-18T07:29:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:32.867024+0000 mgr.smithi071.wlolyy (mgr.14180) 147 : cluster [DBG] pgmap v107: 65 pgs: 21 creating+peering, 27 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:33.543595+0000 mgr.smithi071.wlolyy (mgr.14180) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ezsbdb 2024-01-18T07:29:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:33.547853+0000 mgr.smithi071.wlolyy (mgr.14180) 149 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T07:29:34.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:33.640407+0000 mgr.smithi071.wlolyy (mgr.14180) 150 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T07:29:34.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:33.640503+0000 mgr.smithi071.wlolyy (mgr.14180) 151 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ezsbdb-rgw 2024-01-18T07:29:34.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:33.648641+0000 mgr.smithi071.wlolyy (mgr.14180) 152 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi071.ezsbdb on smithi071 2024-01-18T07:29:34.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:33.745906+0000 mon.smithi071 (mon.0) 591 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-18T07:29:34.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.746868+0000 mon.smithi071 (mon.0) 592 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T07:29:34.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:33.747073+0000 mon.smithi071 (mon.0) 593 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T07:29:34.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:32.867024+0000 mgr.smithi071.wlolyy (mgr.14180) 147 : cluster [DBG] pgmap v107: 65 pgs: 21 creating+peering, 27 unknown, 17 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T07:29:34.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:33.543595+0000 mgr.smithi071.wlolyy (mgr.14180) 148 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ezsbdb 2024-01-18T07:29:34.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:33.547853+0000 mgr.smithi071.wlolyy (mgr.14180) 149 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T07:29:34.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:33.640407+0000 mgr.smithi071.wlolyy (mgr.14180) 150 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T07:29:34.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:33.640503+0000 mgr.smithi071.wlolyy (mgr.14180) 151 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi071.ezsbdb-rgw 2024-01-18T07:29:34.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:33.648641+0000 mgr.smithi071.wlolyy (mgr.14180) 152 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi071.ezsbdb on smithi071 2024-01-18T07:29:34.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:33.745906+0000 mon.smithi071 (mon.0) 591 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-01-18T07:29:34.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.746868+0000 mon.smithi071 (mon.0) 592 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T07:29:34.979 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:33.747073+0000 mon.smithi071 (mon.0) 593 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-18T07:29:34.986 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): python3-boto3-1.15.15-1.el8.noarch.rpm 325 kB/s | 152 kB 00:00 2024-01-18T07:29:35.396 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): python3-botocore-1.18.15-1.el8.noarch.rp 5.1 MB/s | 4.5 MB 00:00 2024-01-18T07:29:35.440 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 94 kB/s | 45 kB 00:00 2024-01-18T07:29:35.440 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-01-18T07:29:35.440 INFO:teuthology.orchestra.run.smithi071.stdout:Total 4.9 MB/s | 4.8 MB 00:00 2024-01-18T07:29:35.452 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-01-18T07:29:35.460 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-01-18T07:29:35.460 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-01-18T07:29:35.538 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-01-18T07:29:35.547 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-01-18T07:29:35.769 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-01-18T07:29:36.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:34.748264+0000 mon.smithi071 (mon.0) 594 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T07:29:36.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:34.748340+0000 mon.smithi071 (mon.0) 595 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T07:29:36.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:34.748510+0000 mon.smithi071 (mon.0) 596 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-18T07:29:36.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:34.867575+0000 mgr.smithi071.wlolyy (mgr.14180) 153 : cluster [DBG] pgmap v110: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2024-01-18T07:29:36.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:35.278361+0000 mon.smithi071 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:36.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:35.283945+0000 mon.smithi071 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:36.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:29:35.291817+0000 mgr.smithi071.wlolyy (mgr.14180) 154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ehgofd on smithi087 2024-01-18T07:29:36.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:34.748264+0000 mon.smithi071 (mon.0) 594 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T07:29:36.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:34.748340+0000 mon.smithi071 (mon.0) 595 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-18T07:29:36.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:34.748510+0000 mon.smithi071 (mon.0) 596 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-01-18T07:29:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:34.867575+0000 mgr.smithi071.wlolyy (mgr.14180) 153 : cluster [DBG] pgmap v110: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 767 B/s wr, 2 op/s 2024-01-18T07:29:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:35.278361+0000 mon.smithi071 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:35.283945+0000 mon.smithi071 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:36.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:29:35.291817+0000 mgr.smithi071.wlolyy (mgr.14180) 154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.ehgofd on smithi087 2024-01-18T07:29:36.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:35.752133+0000 mon.smithi071 (mon.0) 599 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-18T07:29:36.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:35.755190+0000 mon.smithi071 (mon.0) 600 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T07:29:36.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:35.759951+0000 mon.smithi071 (mon.0) 601 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T07:29:36.994 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-01-18T07:29:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:35.752133+0000 mon.smithi071 (mon.0) 599 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-18T07:29:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:35.755190+0000 mon.smithi071 (mon.0) 600 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T07:29:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:35.759951+0000 mon.smithi071 (mon.0) 601 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-18T07:29:37.269 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-18T07:29:37.462 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-18T07:29:37.701 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-18T07:29:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-01-18T07:29:37.944 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-01-18T07:29:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-01-18T07:29:37.945 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-01-18T07:29:38.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:36.752695+0000 mon.smithi071 (mon.0) 602 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T07:29:38.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:36.752825+0000 mon.smithi071 (mon.0) 603 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T07:29:38.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:36.752890+0000 mon.smithi071 (mon.0) 604 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T07:29:38.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:36.867989+0000 mgr.smithi071.wlolyy (mgr.14180) 155 : cluster [DBG] pgmap v113: 129 pgs: 10 creating+peering, 50 unknown, 69 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 KiB/s wr, 6 op/s 2024-01-18T07:29:38.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:36.752695+0000 mon.smithi071 (mon.0) 602 : audit [INF] from='client.? 172.21.15.87:0/2495615484' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T07:29:38.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:36.752825+0000 mon.smithi071 (mon.0) 603 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-18T07:29:38.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:36.752890+0000 mon.smithi071 (mon.0) 604 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T07:29:38.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:36.867989+0000 mgr.smithi071.wlolyy (mgr.14180) 155 : cluster [DBG] pgmap v113: 129 pgs: 10 creating+peering, 50 unknown, 69 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.7 KiB/s wr, 6 op/s 2024-01-18T07:29:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:37.765899+0000 mon.smithi071 (mon.0) 605 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T07:29:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:37.766800+0000 mon.smithi071 (mon.0) 606 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T07:29:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:37.775237+0000 mon.smithi087 (mon.1) 19 : audit [INF] from='client.? 172.21.15.87:0/2903139968' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T07:29:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:37.775735+0000 mon.smithi071 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T07:29:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:37.857220+0000 mon.smithi071 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:39.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:37.765899+0000 mon.smithi071 (mon.0) 605 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T07:29:39.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:37.766800+0000 mon.smithi071 (mon.0) 606 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T07:29:39.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:37.775237+0000 mon.smithi087 (mon.1) 19 : audit [INF] from='client.? 172.21.15.87:0/2903139968' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T07:29:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:37.775735+0000 mon.smithi071 (mon.0) 607 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T07:29:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:37.857220+0000 mon.smithi071 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:38.767123+0000 mon.smithi071 (mon.0) 609 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T07:29:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:38.767287+0000 mon.smithi071 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T07:29:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:38.767353+0000 mon.smithi071 (mon.0) 611 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T07:29:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:38.775430+0000 mon.smithi071 (mon.0) 612 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:40.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:38.785663+0000 mon.smithi087 (mon.1) 20 : audit [INF] from='client.? 172.21.15.87:0/2903139968' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:40.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:38.786485+0000 mon.smithi071 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:40.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:38.868366+0000 mgr.smithi071.wlolyy (mgr.14180) 156 : cluster [DBG] pgmap v116: 161 pgs: 13 creating+peering, 44 unknown, 104 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.5 KiB/s wr, 8 op/s 2024-01-18T07:29:40.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:38.767123+0000 mon.smithi071 (mon.0) 609 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T07:29:40.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:38.767287+0000 mon.smithi071 (mon.0) 610 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-18T07:29:40.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:38.767353+0000 mon.smithi071 (mon.0) 611 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T07:29:40.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:38.775430+0000 mon.smithi071 (mon.0) 612 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:40.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:38.785663+0000 mon.smithi087 (mon.1) 20 : audit [INF] from='client.? 172.21.15.87:0/2903139968' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:40.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:38.786485+0000 mon.smithi071 (mon.0) 613 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:40.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:38.868366+0000 mgr.smithi071.wlolyy (mgr.14180) 156 : cluster [DBG] pgmap v116: 161 pgs: 13 creating+peering, 44 unknown, 104 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.5 KiB/s wr, 8 op/s 2024-01-18T07:29:41.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:39.780410+0000 mon.smithi071 (mon.0) 614 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T07:29:41.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:39.780454+0000 mon.smithi071 (mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T07:29:41.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:39.780511+0000 mon.smithi071 (mon.0) 616 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T07:29:41.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:39.780410+0000 mon.smithi071 (mon.0) 614 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T07:29:41.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:39.780454+0000 mon.smithi071 (mon.0) 615 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi087.zxdxbn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T07:29:41.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:39.780511+0000 mon.smithi071 (mon.0) 616 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T07:29:42.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:40.868779+0000 mgr.smithi071.wlolyy (mgr.14180) 157 : cluster [DBG] pgmap v118: 161 pgs: 8 creating+peering, 5 unknown, 148 active+clean; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 2.9 KiB/s wr, 105 op/s 2024-01-18T07:29:42.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:40.868779+0000 mgr.smithi071.wlolyy (mgr.14180) 157 : cluster [DBG] pgmap v118: 161 pgs: 8 creating+peering, 5 unknown, 148 active+clean; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 52 KiB/s rd, 2.9 KiB/s wr, 105 op/s 2024-01-18T07:29:44.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:42.869455+0000 mgr.smithi071.wlolyy (mgr.14180) 158 : cluster [DBG] pgmap v119: 161 pgs: 8 creating+peering, 153 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 2.8 KiB/s wr, 114 op/s 2024-01-18T07:29:44.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:42.869455+0000 mgr.smithi071.wlolyy (mgr.14180) 158 : cluster [DBG] pgmap v119: 161 pgs: 8 creating+peering, 153 active+clean; 3.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 2.8 KiB/s wr, 114 op/s 2024-01-18T07:29:46.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:44.870386+0000 mgr.smithi071.wlolyy (mgr.14180) 159 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 4.8 KiB/s wr, 210 op/s 2024-01-18T07:29:46.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:44.870386+0000 mgr.smithi071.wlolyy (mgr.14180) 159 : cluster [DBG] pgmap v120: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 4.8 KiB/s wr, 210 op/s 2024-01-18T07:29:48.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:46.871104+0000 mgr.smithi071.wlolyy (mgr.14180) 160 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 4.1 KiB/s wr, 182 op/s 2024-01-18T07:29:48.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:46.871104+0000 mgr.smithi071.wlolyy (mgr.14180) 160 : cluster [DBG] pgmap v121: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 KiB/s rd, 4.1 KiB/s wr, 182 op/s 2024-01-18T07:29:48.711 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-01-18T07:29:48.712 INFO:teuthology.orchestra.run.smithi071.stdout:Installed products updated. 2024-01-18T07:29:49.231 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:49.232 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-01-18T07:29:49.232 INFO:teuthology.orchestra.run.smithi071.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-01-18T07:29:49.232 INFO:teuthology.orchestra.run.smithi071.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-01-18T07:29:49.232 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:49.232 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-01-18T07:29:49.421 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-01-18T07:29:49.490 INFO:teuthology.orchestra.run.smithi071.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-01-18T07:29:49.732 INFO:teuthology.orchestra.run.smithi071.stderr:Inferring fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 2024-01-18T07:29:49.757 INFO:teuthology.orchestra.run.smithi071.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069 2024-01-18T07:29:50.166 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:48.871687+0000 mgr.smithi071.wlolyy (mgr.14180) 161 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 3.3 KiB/s wr, 148 op/s 2024-01-18T07:29:50.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:48.871687+0000 mgr.smithi071.wlolyy (mgr.14180) 161 : cluster [DBG] pgmap v122: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 71 KiB/s rd, 3.3 KiB/s wr, 148 op/s 2024-01-18T07:29:50.995 INFO:teuthology.run_tasks:Running task python... 2024-01-18T07:29:51.031 INFO:tasks.python:Running python on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:29:51.031 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-01-18T07:29:51.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-01-18T07:29:52.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:50.872199+0000 mgr.smithi071.wlolyy (mgr.14180) 162 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 2.9 KiB/s wr, 133 op/s 2024-01-18T07:29:52.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:50.872199+0000 mgr.smithi071.wlolyy (mgr.14180) 162 : cluster [DBG] pgmap v123: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 2.9 KiB/s wr, 133 op/s 2024-01-18T07:29:53.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:52.049345+0000 mon.smithi071 (mon.0) 617 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T07:29:53.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:52.050138+0000 mon.smithi071 (mon.0) 618 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-18T07:29:53.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:52.869046+0000 mon.smithi071 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:53.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:52.049345+0000 mon.smithi071 (mon.0) 617 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T07:29:53.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:52.050138+0000 mon.smithi071 (mon.0) 618 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-01-18T07:29:53.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:52.869046+0000 mon.smithi071 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:29:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:52.872775+0000 mgr.smithi071.wlolyy (mgr.14180) 163 : cluster [DBG] pgmap v125: 193 pgs: 7 creating+peering, 25 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 1.8 KiB/s wr, 81 op/s 2024-01-18T07:29:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:53.052457+0000 mon.smithi071 (mon.0) 620 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-18T07:29:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:53.052721+0000 mon.smithi071 (mon.0) 621 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T07:29:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:53.055100+0000 mon.smithi071 (mon.0) 622 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:54.054566+0000 mon.smithi071 (mon.0) 623 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T07:29:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:54.054654+0000 mon.smithi071 (mon.0) 624 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T07:29:54.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:52.872775+0000 mgr.smithi071.wlolyy (mgr.14180) 163 : cluster [DBG] pgmap v125: 193 pgs: 7 creating+peering, 25 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 1.8 KiB/s wr, 81 op/s 2024-01-18T07:29:54.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:53.052457+0000 mon.smithi071 (mon.0) 620 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-01-18T07:29:54.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:53.052721+0000 mon.smithi071 (mon.0) 621 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T07:29:54.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:53.055100+0000 mon.smithi071 (mon.0) 622 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T07:29:54.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:54.054566+0000 mon.smithi071 (mon.0) 623 : audit [INF] from='client.? 172.21.15.71:0/2064056773' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T07:29:54.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:54.054654+0000 mon.smithi071 (mon.0) 624 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T07:29:56.135 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T07:29:56.146 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:29:56.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-01-18T07:29:56.472 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:54.873239+0000 mgr.smithi071.wlolyy (mgr.14180) 164 : cluster [DBG] pgmap v128: 193 pgs: 10 creating+peering, 11 unknown, 172 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 341 B/s wr, 2 op/s 2024-01-18T07:29:56.472 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:55.074093+0000 mon.smithi071 (mon.0) 625 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T07:29:56.472 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:55.074772+0000 mon.smithi071 (mon.0) 626 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-18T07:29:56.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:54.873239+0000 mgr.smithi071.wlolyy (mgr.14180) 164 : cluster [DBG] pgmap v128: 193 pgs: 10 creating+peering, 11 unknown, 172 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 341 B/s wr, 2 op/s 2024-01-18T07:29:56.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:55.074093+0000 mon.smithi071 (mon.0) 625 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T07:29:56.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:55.074772+0000 mon.smithi071 (mon.0) 626 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-01-18T07:29:57.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:56.077329+0000 mon.smithi071 (mon.0) 627 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-18T07:29:57.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:56.077618+0000 mon.smithi071 (mon.0) 628 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T07:29:57.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:56.077329+0000 mon.smithi071 (mon.0) 627 : audit [INF] from='client.? 172.21.15.71:0/2390461788' entity='client.rgw.foorgw.smithi071.gxoqxl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-01-18T07:29:57.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:56.077618+0000 mon.smithi071 (mon.0) 628 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T07:29:57.756 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-01-18T07:29:57.756 INFO:teuthology.orchestra.run.smithi071.stdout: "bind": "/foobucket", 2024-01-18T07:29:57.756 INFO:teuthology.orchestra.run.smithi071.stdout: "path": "foobucket", 2024-01-18T07:29:57.756 INFO:teuthology.orchestra.run.smithi071.stdout: "cluster": "foo", 2024-01-18T07:29:57.756 INFO:teuthology.orchestra.run.smithi071.stdout: "mode": "RW", 2024-01-18T07:29:57.756 INFO:teuthology.orchestra.run.smithi071.stdout: "squash": "none" 2024-01-18T07:29:57.757 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-01-18T07:29:58.119 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T07:29:58.130 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-18T07:29:58.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:29:58.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:56.873718+0000 mgr.smithi071.wlolyy (mgr.14180) 165 : cluster [DBG] pgmap v131: 225 pgs: 18 creating+peering, 24 unknown, 183 active+clean; 5.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1023 B/s wr, 5 op/s 2024-01-18T07:29:58.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:57.091391+0000 mon.smithi071 (mon.0) 629 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T07:29:58.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:29:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:57.531014+0000 mgr.smithi071.wlolyy (mgr.14180) 166 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:58.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:56.873718+0000 mgr.smithi071.wlolyy (mgr.14180) 165 : cluster [DBG] pgmap v131: 225 pgs: 18 creating+peering, 24 unknown, 183 active+clean; 5.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1023 B/s wr, 5 op/s 2024-01-18T07:29:58.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:57.091391+0000 mon.smithi071 (mon.0) 629 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T07:29:58.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:29:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:57.531014+0000 mgr.smithi071.wlolyy (mgr.14180) 166 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:29:59.551 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:29:59.551 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:29:59.938 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:00.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:29:58.874475+0000 mgr.smithi071.wlolyy (mgr.14180) 167 : cluster [DBG] pgmap v133: 225 pgs: 8 creating+peering, 6 unknown, 211 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 1.9 KiB/s wr, 19 op/s 2024-01-18T07:30:00.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:29:59.545206+0000 mgr.smithi071.wlolyy (mgr.14180) 168 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:00.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:00.000111+0000 mon.smithi071 (mon.0) 630 : cluster [INF] overall HEALTH_OK 2024-01-18T07:30:00.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:29:58.874475+0000 mgr.smithi071.wlolyy (mgr.14180) 167 : cluster [DBG] pgmap v133: 225 pgs: 8 creating+peering, 6 unknown, 211 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 1.9 KiB/s wr, 19 op/s 2024-01-18T07:30:00.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:29:59.545206+0000 mgr.smithi071.wlolyy (mgr.14180) 168 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:00.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:00.000111+0000 mon.smithi071 (mon.0) 630 : cluster [INF] overall HEALTH_OK 2024-01-18T07:30:00.940 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:02.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:00.875139+0000 mgr.smithi071.wlolyy (mgr.14180) 169 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.7 KiB/s wr, 29 op/s 2024-01-18T07:30:02.333 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:02.333 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:02.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:00.875139+0000 mgr.smithi071.wlolyy (mgr.14180) 169 : cluster [DBG] pgmap v134: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1.7 KiB/s wr, 29 op/s 2024-01-18T07:30:02.710 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:03.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:02.330381+0000 mgr.smithi071.wlolyy (mgr.14180) 170 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:03.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:02.885131+0000 mon.smithi071 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:30:03.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:02.330381+0000 mgr.smithi071.wlolyy (mgr.14180) 170 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:03.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:02.885131+0000 mon.smithi071 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:30:03.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:04.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:02.875704+0000 mgr.smithi071.wlolyy (mgr.14180) 171 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.3 KiB/s wr, 27 op/s 2024-01-18T07:30:04.454 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:02.875704+0000 mgr.smithi071.wlolyy (mgr.14180) 171 : cluster [DBG] pgmap v135: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 1.3 KiB/s wr, 27 op/s 2024-01-18T07:30:05.111 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:05.111 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:05.493 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:06.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:04.876392+0000 mgr.smithi071.wlolyy (mgr.14180) 172 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 930 B/s wr, 23 op/s 2024-01-18T07:30:06.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:05.108343+0000 mgr.smithi071.wlolyy (mgr.14180) 173 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:06.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:04.876392+0000 mgr.smithi071.wlolyy (mgr.14180) 172 : cluster [DBG] pgmap v136: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 930 B/s wr, 23 op/s 2024-01-18T07:30:06.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:05.108343+0000 mgr.smithi071.wlolyy (mgr.14180) 173 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:06.494 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:07.810 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:07.811 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:08.208 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:08.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:06.877051+0000 mgr.smithi071.wlolyy (mgr.14180) 174 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 818 B/s wr, 20 op/s 2024-01-18T07:30:08.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:06.877051+0000 mgr.smithi071.wlolyy (mgr.14180) 174 : cluster [DBG] pgmap v137: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 818 B/s wr, 20 op/s 2024-01-18T07:30:09.209 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:09.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:07.807118+0000 mgr.smithi071.wlolyy (mgr.14180) 175 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:09.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:07.807118+0000 mgr.smithi071.wlolyy (mgr.14180) 175 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:10.394 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:08.877795+0000 mgr.smithi071.wlolyy (mgr.14180) 176 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 694 B/s wr, 17 op/s 2024-01-18T07:30:10.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:08.877795+0000 mgr.smithi071.wlolyy (mgr.14180) 176 : cluster [DBG] pgmap v138: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 694 B/s wr, 17 op/s 2024-01-18T07:30:11.124 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:11.124 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:11.524 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:12.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:10.878444+0000 mgr.smithi071.wlolyy (mgr.14180) 177 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 85 B/s wr, 10 op/s 2024-01-18T07:30:12.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:11.120498+0000 mgr.smithi071.wlolyy (mgr.14180) 178 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:12.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:10.878444+0000 mgr.smithi071.wlolyy (mgr.14180) 177 : cluster [DBG] pgmap v139: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 85 B/s wr, 10 op/s 2024-01-18T07:30:12.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:11.120498+0000 mgr.smithi071.wlolyy (mgr.14180) 178 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:12.526 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:13.915 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:13.915 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:14.188 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:12.878927+0000 mgr.smithi071.wlolyy (mgr.14180) 179 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-18T07:30:14.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:12.878927+0000 mgr.smithi071.wlolyy (mgr.14180) 179 : cluster [DBG] pgmap v140: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 2 op/s 2024-01-18T07:30:14.289 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:15.291 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:15.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:13.911950+0000 mgr.smithi071.wlolyy (mgr.14180) 180 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:15.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:13.911950+0000 mgr.smithi071.wlolyy (mgr.14180) 180 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:16.227 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:14.879789+0000 mgr.smithi071.wlolyy (mgr.14180) 181 : cluster [DBG] pgmap v141: 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-01-18T07:30:16.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:14.879789+0000 mgr.smithi071.wlolyy (mgr.14180) 181 : cluster [DBG] pgmap v141: 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-01-18T07:30:16.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:16.573 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:16.948 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:17.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:16.569636+0000 mgr.smithi071.wlolyy (mgr.14180) 182 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:17.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:16.569636+0000 mgr.smithi071.wlolyy (mgr.14180) 182 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:17.949 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:18.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:16.880387+0000 mgr.smithi071.wlolyy (mgr.14180) 183 : cluster [DBG] pgmap v142: 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-01-18T07:30:18.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:16.880387+0000 mgr.smithi071.wlolyy (mgr.14180) 183 : cluster [DBG] pgmap v142: 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-01-18T07:30:19.304 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:19.304 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:19.680 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:20.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:18.881197+0000 mgr.smithi071.wlolyy (mgr.14180) 184 : cluster [DBG] pgmap v143: 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-01-18T07:30:20.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:19.301634+0000 mgr.smithi071.wlolyy (mgr.14180) 185 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:20.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:18.881197+0000 mgr.smithi071.wlolyy (mgr.14180) 184 : cluster [DBG] pgmap v143: 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-01-18T07:30:20.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:19.301634+0000 mgr.smithi071.wlolyy (mgr.14180) 185 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:20.681 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:21.932 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:21.932 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:22.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:20.882035+0000 mgr.smithi071.wlolyy (mgr.14180) 186 : cluster [DBG] pgmap v144: 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-01-18T07:30:22.345 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:22.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:20.882035+0000 mgr.smithi071.wlolyy (mgr.14180) 186 : cluster [DBG] pgmap v144: 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-01-18T07:30:23.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:23.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:21.928776+0000 mgr.smithi071.wlolyy (mgr.14180) 187 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:23.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:21.928776+0000 mgr.smithi071.wlolyy (mgr.14180) 187 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:24.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:22.882545+0000 mgr.smithi071.wlolyy (mgr.14180) 188 : cluster [DBG] pgmap v145: 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-01-18T07:30:24.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:22.882545+0000 mgr.smithi071.wlolyy (mgr.14180) 188 : cluster [DBG] pgmap v145: 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-01-18T07:30:24.645 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:24.646 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:25.012 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:25.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:24.641810+0000 mgr.smithi071.wlolyy (mgr.14180) 189 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:25.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:24.641810+0000 mgr.smithi071.wlolyy (mgr.14180) 189 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:26.014 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:26.331 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:24.883259+0000 mgr.smithi071.wlolyy (mgr.14180) 190 : cluster [DBG] pgmap v146: 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-01-18T07:30:26.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:24.883259+0000 mgr.smithi071.wlolyy (mgr.14180) 190 : cluster [DBG] pgmap v146: 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-01-18T07:30:27.359 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:27.359 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:27.744 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:28.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:26.883784+0000 mgr.smithi071.wlolyy (mgr.14180) 191 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:28.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:27.356189+0000 mgr.smithi071.wlolyy (mgr.14180) 192 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:28.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:26.883784+0000 mgr.smithi071.wlolyy (mgr.14180) 191 : cluster [DBG] pgmap v147: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:28.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:27.356189+0000 mgr.smithi071.wlolyy (mgr.14180) 192 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:28.746 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:30.066 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:30.066 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:30.418 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:28.884458+0000 mgr.smithi071.wlolyy (mgr.14180) 193 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:30.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:28.884458+0000 mgr.smithi071.wlolyy (mgr.14180) 193 : cluster [DBG] pgmap v148: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:30.486 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:31.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:30.063255+0000 mgr.smithi071.wlolyy (mgr.14180) 194 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:31.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:31.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:30.063255+0000 mgr.smithi071.wlolyy (mgr.14180) 194 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:32.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:30.885100+0000 mgr.smithi071.wlolyy (mgr.14180) 195 : cluster [DBG] pgmap v149: 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-01-18T07:30:32.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:30.885100+0000 mgr.smithi071.wlolyy (mgr.14180) 195 : cluster [DBG] pgmap v149: 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-01-18T07:30:32.797 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:32.797 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:33.178 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:34.179 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:32.794679+0000 mgr.smithi071.wlolyy (mgr.14180) 196 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:32.885537+0000 mgr.smithi071.wlolyy (mgr.14180) 197 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:34.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:32.794679+0000 mgr.smithi071.wlolyy (mgr.14180) 196 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:34.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:32.885537+0000 mgr.smithi071.wlolyy (mgr.14180) 197 : cluster [DBG] pgmap v150: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:35.494 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:35.494 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:35.852 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:36.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:34.886353+0000 mgr.smithi071.wlolyy (mgr.14180) 198 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:36.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:35.490423+0000 mgr.smithi071.wlolyy (mgr.14180) 199 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:36.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:34.886353+0000 mgr.smithi071.wlolyy (mgr.14180) 198 : cluster [DBG] pgmap v151: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:36.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:35.490423+0000 mgr.smithi071.wlolyy (mgr.14180) 199 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:36.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:38.209 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:38.209 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:38.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:36.886919+0000 mgr.smithi071.wlolyy (mgr.14180) 200 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:38.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:36.886919+0000 mgr.smithi071.wlolyy (mgr.14180) 200 : cluster [DBG] pgmap v152: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:38.593 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:39.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:38.205853+0000 mgr.smithi071.wlolyy (mgr.14180) 201 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:39.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:38.205853+0000 mgr.smithi071.wlolyy (mgr.14180) 201 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:39.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:40.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:38.887628+0000 mgr.smithi071.wlolyy (mgr.14180) 202 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:40.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:38.887628+0000 mgr.smithi071.wlolyy (mgr.14180) 202 : cluster [DBG] pgmap v153: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:41.027 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:41.027 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:41.400 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:42.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:42.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:40.888275+0000 mgr.smithi071.wlolyy (mgr.14180) 203 : cluster [DBG] pgmap v154: 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-01-18T07:30:42.435 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:41.023790+0000 mgr.smithi071.wlolyy (mgr.14180) 204 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:42.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:40.888275+0000 mgr.smithi071.wlolyy (mgr.14180) 203 : cluster [DBG] pgmap v154: 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-01-18T07:30:42.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:41.023790+0000 mgr.smithi071.wlolyy (mgr.14180) 204 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:43.690 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:43.691 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:44.009 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:44.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:42.888828+0000 mgr.smithi071.wlolyy (mgr.14180) 205 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:44.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:42.888828+0000 mgr.smithi071.wlolyy (mgr.14180) 205 : cluster [DBG] pgmap v155: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:45.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:45.326 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:43.687312+0000 mgr.smithi071.wlolyy (mgr.14180) 206 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:43.687312+0000 mgr.smithi071.wlolyy (mgr.14180) 206 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:46.357 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:46.357 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:46.379 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:44.889532+0000 mgr.smithi071.wlolyy (mgr.14180) 207 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:46.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:44.889532+0000 mgr.smithi071.wlolyy (mgr.14180) 207 : cluster [DBG] pgmap v156: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:46.733 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:47.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:46.354158+0000 mgr.smithi071.wlolyy (mgr.14180) 208 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:47.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:46.354158+0000 mgr.smithi071.wlolyy (mgr.14180) 208 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:47.734 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:48.386 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:46.890353+0000 mgr.smithi071.wlolyy (mgr.14180) 209 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:48.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:46.890353+0000 mgr.smithi071.wlolyy (mgr.14180) 209 : cluster [DBG] pgmap v157: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:49.101 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:49.102 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:49.483 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:50.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:48.891033+0000 mgr.smithi071.wlolyy (mgr.14180) 210 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:50.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:49.098653+0000 mgr.smithi071.wlolyy (mgr.14180) 211 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:50.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:50.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:48.891033+0000 mgr.smithi071.wlolyy (mgr.14180) 210 : cluster [DBG] pgmap v158: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:50.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:49.098653+0000 mgr.smithi071.wlolyy (mgr.14180) 211 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:51.767 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:51.767 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:52.140 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:52.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:50.891661+0000 mgr.smithi071.wlolyy (mgr.14180) 212 : cluster [DBG] pgmap v159: 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-01-18T07:30:52.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:50.891661+0000 mgr.smithi071.wlolyy (mgr.14180) 212 : cluster [DBG] pgmap v159: 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-01-18T07:30:53.141 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:53.450 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:51.764124+0000 mgr.smithi071.wlolyy (mgr.14180) 213 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:53.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:51.764124+0000 mgr.smithi071.wlolyy (mgr.14180) 213 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:52.892212+0000 mgr.smithi071.wlolyy (mgr.14180) 214 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:54.471 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:54.472 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:54.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:52.892212+0000 mgr.smithi071.wlolyy (mgr.14180) 214 : cluster [DBG] pgmap v160: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:54.848 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:55.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:54.468543+0000 mgr.smithi071.wlolyy (mgr.14180) 215 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:55.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:54.468543+0000 mgr.smithi071.wlolyy (mgr.14180) 215 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:55.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:56.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:54.893030+0000 mgr.smithi071.wlolyy (mgr.14180) 216 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:56.475 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:54.893030+0000 mgr.smithi071.wlolyy (mgr.14180) 216 : cluster [DBG] pgmap v161: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:57.161 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:57.161 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:30:57.481 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:30:58.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:56.893516+0000 mgr.smithi071.wlolyy (mgr.14180) 217 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:58.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:30:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:57.157371+0000 mgr.smithi071.wlolyy (mgr.14180) 218 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:58.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:30:58.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:56.893516+0000 mgr.smithi071.wlolyy (mgr.14180) 217 : cluster [DBG] pgmap v162: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:30:58.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:30:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:57.157371+0000 mgr.smithi071.wlolyy (mgr.14180) 218 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:30:59.787 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:30:59.788 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:00.184 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:00.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:30:58.894281+0000 mgr.smithi071.wlolyy (mgr.14180) 219 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:30:58.894281+0000 mgr.smithi071.wlolyy (mgr.14180) 219 : cluster [DBG] pgmap v163: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:01.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:01.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:30:59.784732+0000 mgr.smithi071.wlolyy (mgr.14180) 220 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:30:59.784732+0000 mgr.smithi071.wlolyy (mgr.14180) 220 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:02.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:00.894844+0000 mgr.smithi071.wlolyy (mgr.14180) 221 : cluster [DBG] pgmap v164: 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-01-18T07:31:02.493 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:02.493 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:00.894844+0000 mgr.smithi071.wlolyy (mgr.14180) 221 : cluster [DBG] pgmap v164: 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-01-18T07:31:02.871 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:03.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:02.490097+0000 mgr.smithi071.wlolyy (mgr.14180) 222 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:02.490097+0000 mgr.smithi071.wlolyy (mgr.14180) 222 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:03.872 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:04.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:02.895462+0000 mgr.smithi071.wlolyy (mgr.14180) 223 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:02.895462+0000 mgr.smithi071.wlolyy (mgr.14180) 223 : cluster [DBG] pgmap v165: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:05.157 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:05.158 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:05.529 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:06.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:06.563 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:04.896121+0000 mgr.smithi071.wlolyy (mgr.14180) 224 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:06.563 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:05.154572+0000 mgr.smithi071.wlolyy (mgr.14180) 225 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:04.896121+0000 mgr.smithi071.wlolyy (mgr.14180) 224 : cluster [DBG] pgmap v166: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:05.154572+0000 mgr.smithi071.wlolyy (mgr.14180) 225 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:07.812 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:07.812 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:08.186 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:08.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:06.896631+0000 mgr.smithi071.wlolyy (mgr.14180) 226 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:08.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:06.896631+0000 mgr.smithi071.wlolyy (mgr.14180) 226 : cluster [DBG] pgmap v167: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:09.187 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:09.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:07.808866+0000 mgr.smithi071.wlolyy (mgr.14180) 227 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:07.808866+0000 mgr.smithi071.wlolyy (mgr.14180) 227 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:10.479 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:10.479 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:10.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:08.897525+0000 mgr.smithi071.wlolyy (mgr.14180) 228 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:08.897525+0000 mgr.smithi071.wlolyy (mgr.14180) 228 : cluster [DBG] pgmap v168: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:10.821 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:10.475693+0000 mgr.smithi071.wlolyy (mgr.14180) 229 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:11.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:10.475693+0000 mgr.smithi071.wlolyy (mgr.14180) 229 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:11.822 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:12.439 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:10.898294+0000 mgr.smithi071.wlolyy (mgr.14180) 230 : cluster [DBG] pgmap v169: 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-01-18T07:31:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:10.898294+0000 mgr.smithi071.wlolyy (mgr.14180) 230 : cluster [DBG] pgmap v169: 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-01-18T07:31:13.089 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:13.089 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:13.460 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:14.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:12.898737+0000 mgr.smithi071.wlolyy (mgr.14180) 231 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:13.085746+0000 mgr.smithi071.wlolyy (mgr.14180) 232 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:14.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:12.898737+0000 mgr.smithi071.wlolyy (mgr.14180) 231 : cluster [DBG] pgmap v170: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:14.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:13.085746+0000 mgr.smithi071.wlolyy (mgr.14180) 232 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:15.792 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:15.792 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:16.168 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:16.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:14.899425+0000 mgr.smithi071.wlolyy (mgr.14180) 233 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:16.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:14.899425+0000 mgr.smithi071.wlolyy (mgr.14180) 233 : cluster [DBG] pgmap v171: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:17.169 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:17.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:15.789371+0000 mgr.smithi071.wlolyy (mgr.14180) 234 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:17.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:15.789371+0000 mgr.smithi071.wlolyy (mgr.14180) 234 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:18.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:16.900035+0000 mgr.smithi071.wlolyy (mgr.14180) 235 : 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-01-18T07:31:18.513 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:18.513 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:16.900035+0000 mgr.smithi071.wlolyy (mgr.14180) 235 : 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-01-18T07:31:18.875 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:18.510111+0000 mgr.smithi071.wlolyy (mgr.14180) 236 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:19.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:18.510111+0000 mgr.smithi071.wlolyy (mgr.14180) 236 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:19.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:20.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:18.900683+0000 mgr.smithi071.wlolyy (mgr.14180) 237 : 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-01-18T07:31:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:18.900683+0000 mgr.smithi071.wlolyy (mgr.14180) 237 : 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-01-18T07:31:21.242 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:21.242 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:21.634 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:22.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:22.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:20.901293+0000 mgr.smithi071.wlolyy (mgr.14180) 238 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:22.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:21.239332+0000 mgr.smithi071.wlolyy (mgr.14180) 239 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:20.901293+0000 mgr.smithi071.wlolyy (mgr.14180) 238 : cluster [DBG] pgmap v174: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:21.239332+0000 mgr.smithi071.wlolyy (mgr.14180) 239 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:23.906 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:23.906 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:24.233 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:24.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:22.901815+0000 mgr.smithi071.wlolyy (mgr.14180) 240 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:24.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:22.901815+0000 mgr.smithi071.wlolyy (mgr.14180) 240 : cluster [DBG] pgmap v175: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:25.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:25.543 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:23.902836+0000 mgr.smithi071.wlolyy (mgr.14180) 241 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:23.902836+0000 mgr.smithi071.wlolyy (mgr.14180) 241 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:26.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:24.902703+0000 mgr.smithi071.wlolyy (mgr.14180) 242 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:26.554 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:26.554 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:24.902703+0000 mgr.smithi071.wlolyy (mgr.14180) 242 : cluster [DBG] pgmap v176: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:26.934 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:26.550401+0000 mgr.smithi071.wlolyy (mgr.14180) 243 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:27.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:26.550401+0000 mgr.smithi071.wlolyy (mgr.14180) 243 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:27.935 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:28.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:26.903209+0000 mgr.smithi071.wlolyy (mgr.14180) 244 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:28.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:26.903209+0000 mgr.smithi071.wlolyy (mgr.14180) 244 : cluster [DBG] pgmap v177: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:29.294 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:29.294 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:29.666 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:30.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:30.698 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:28.903865+0000 mgr.smithi071.wlolyy (mgr.14180) 245 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:30.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:29.291533+0000 mgr.smithi071.wlolyy (mgr.14180) 246 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:28.903865+0000 mgr.smithi071.wlolyy (mgr.14180) 245 : cluster [DBG] pgmap v178: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:29.291533+0000 mgr.smithi071.wlolyy (mgr.14180) 246 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:31.930 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:31.930 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:32.297 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:30.904497+0000 mgr.smithi071.wlolyy (mgr.14180) 247 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:32.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:30.904497+0000 mgr.smithi071.wlolyy (mgr.14180) 247 : cluster [DBG] pgmap v179: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:33.298 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:33.625 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:31.926981+0000 mgr.smithi071.wlolyy (mgr.14180) 248 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:31.926981+0000 mgr.smithi071.wlolyy (mgr.14180) 248 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:34.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:32.904922+0000 mgr.smithi071.wlolyy (mgr.14180) 249 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:34.562 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:34.562 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:34.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:32.904922+0000 mgr.smithi071.wlolyy (mgr.14180) 249 : cluster [DBG] pgmap v180: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:34.939 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:34.559047+0000 mgr.smithi071.wlolyy (mgr.14180) 250 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:35.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:34.559047+0000 mgr.smithi071.wlolyy (mgr.14180) 250 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:35.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:36.567 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:34.905556+0000 mgr.smithi071.wlolyy (mgr.14180) 251 : 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-01-18T07:31:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:34.905556+0000 mgr.smithi071.wlolyy (mgr.14180) 251 : 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-01-18T07:31:37.262 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:37.263 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:37.672 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:38.672 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:38.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:36.906130+0000 mgr.smithi071.wlolyy (mgr.14180) 252 : 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-01-18T07:31:38.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:37.259669+0000 mgr.smithi071.wlolyy (mgr.14180) 253 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:36.906130+0000 mgr.smithi071.wlolyy (mgr.14180) 252 : 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-01-18T07:31:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:37.259669+0000 mgr.smithi071.wlolyy (mgr.14180) 253 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:39.971 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:39.971 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:40.329 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:38.906778+0000 mgr.smithi071.wlolyy (mgr.14180) 254 : 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-01-18T07:31:40.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:38.906778+0000 mgr.smithi071.wlolyy (mgr.14180) 254 : 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-01-18T07:31:41.330 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:41.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:39.967113+0000 mgr.smithi071.wlolyy (mgr.14180) 255 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:39.967113+0000 mgr.smithi071.wlolyy (mgr.14180) 255 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:42.704 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:42.704 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:40.907871+0000 mgr.smithi071.wlolyy (mgr.14180) 256 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:42.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:40.907871+0000 mgr.smithi071.wlolyy (mgr.14180) 256 : cluster [DBG] pgmap v184: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:43.079 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:44.080 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:44.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:42.701144+0000 mgr.smithi071.wlolyy (mgr.14180) 257 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:44.432 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:42.908449+0000 mgr.smithi071.wlolyy (mgr.14180) 258 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:44.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:42.701144+0000 mgr.smithi071.wlolyy (mgr.14180) 257 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:44.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:42.908449+0000 mgr.smithi071.wlolyy (mgr.14180) 258 : cluster [DBG] pgmap v185: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:45.438 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:45.438 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:45.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:44.909228+0000 mgr.smithi071.wlolyy (mgr.14180) 259 : 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-01-18T07:31:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:45.434897+0000 mgr.smithi071.wlolyy (mgr.14180) 260 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:46.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:44.909228+0000 mgr.smithi071.wlolyy (mgr.14180) 259 : 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-01-18T07:31:46.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:45.434897+0000 mgr.smithi071.wlolyy (mgr.14180) 260 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:46.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:48.140 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:48.140 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:48.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:46.909810+0000 mgr.smithi071.wlolyy (mgr.14180) 261 : 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-01-18T07:31:48.503 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:46.909810+0000 mgr.smithi071.wlolyy (mgr.14180) 261 : 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-01-18T07:31:49.504 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:48.136671+0000 mgr.smithi071.wlolyy (mgr.14180) 262 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:49.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:48.136671+0000 mgr.smithi071.wlolyy (mgr.14180) 262 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:50.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:48.910610+0000 mgr.smithi071.wlolyy (mgr.14180) 263 : 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-01-18T07:31:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:48.910610+0000 mgr.smithi071.wlolyy (mgr.14180) 263 : 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-01-18T07:31:50.864 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:50.864 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:51.227 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:52.228 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:52.554 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:50.860879+0000 mgr.smithi071.wlolyy (mgr.14180) 264 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:52.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:50.911219+0000 mgr.smithi071.wlolyy (mgr.14180) 265 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:50.860879+0000 mgr.smithi071.wlolyy (mgr.14180) 264 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:50.911219+0000 mgr.smithi071.wlolyy (mgr.14180) 265 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:31:53.571 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:53.572 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:53.969 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:52.911722+0000 mgr.smithi071.wlolyy (mgr.14180) 266 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:53.568247+0000 mgr.smithi071.wlolyy (mgr.14180) 267 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:54.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:52.911722+0000 mgr.smithi071.wlolyy (mgr.14180) 266 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:31:54.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:53.568247+0000 mgr.smithi071.wlolyy (mgr.14180) 267 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:54.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:56.327 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:56.327 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:56.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:54.912656+0000 mgr.smithi071.wlolyy (mgr.14180) 268 : 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-01-18T07:31:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:54.912656+0000 mgr.smithi071.wlolyy (mgr.14180) 268 : 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-01-18T07:31:56.726 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:31:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:56.323847+0000 mgr.smithi071.wlolyy (mgr.14180) 269 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:57.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:31:57.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:56.323847+0000 mgr.smithi071.wlolyy (mgr.14180) 269 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:31:58.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:31:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:56.913212+0000 mgr.smithi071.wlolyy (mgr.14180) 270 : 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-01-18T07:31:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:31:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:56.913212+0000 mgr.smithi071.wlolyy (mgr.14180) 270 : 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-01-18T07:31:59.033 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:31:59.033 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:31:59.401 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:00.401 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:00.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:31:58.913863+0000 mgr.smithi071.wlolyy (mgr.14180) 271 : cluster [DBG] pgmap v193: 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-01-18T07:32:00.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:31:59.030061+0000 mgr.smithi071.wlolyy (mgr.14180) 272 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:31:58.913863+0000 mgr.smithi071.wlolyy (mgr.14180) 271 : cluster [DBG] pgmap v193: 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-01-18T07:32:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:31:59.030061+0000 mgr.smithi071.wlolyy (mgr.14180) 272 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:01.723 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:01.723 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:02.109 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:00.914652+0000 mgr.smithi071.wlolyy (mgr.14180) 273 : cluster [DBG] pgmap v194: 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-01-18T07:32:02.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:00.914652+0000 mgr.smithi071.wlolyy (mgr.14180) 273 : cluster [DBG] pgmap v194: 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-01-18T07:32:03.110 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:03.468 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:01.719745+0000 mgr.smithi071.wlolyy (mgr.14180) 274 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:01.719745+0000 mgr.smithi071.wlolyy (mgr.14180) 274 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:04.442 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:04.443 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [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.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:02.915440+0000 mgr.smithi071.wlolyy (mgr.14180) 275 : cluster [DBG] pgmap v195: 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-01-18T07:32:04.731 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:02.915440+0000 mgr.smithi071.wlolyy (mgr.14180) 275 : cluster [DBG] pgmap v195: 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-01-18T07:32:04.823 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:05.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:04.439299+0000 mgr.smithi071.wlolyy (mgr.14180) 276 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:05.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:32:04.501351+0000 mgr.smithi071.wlolyy (mgr.14180) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.ehgofd ... 2024-01-18T07:32:05.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:30:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:30:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:31:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Traceback (most recent call last): 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: yield (conn, connr) 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: code, '\n'.join(err))) 2024-01-18T07:32:05.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.ehgofd ... 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:30:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:30:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:31:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:32:04.501568+0000 mgr.smithi071.wlolyy (mgr.14180) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:04.501872+0000 mon.smithi071 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ehgofd"}]: dispatch 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:32:04.502459+0000 mgr.smithi071.wlolyy (mgr.14180) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.ehgofd ... 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:30:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:30:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:31:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:32:05.730 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.730 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:32:04.503918+0000 mgr.smithi071.wlolyy (mgr.14180) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.aagzui on smithi071 2024-01-18T07:32:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:04.439299+0000 mgr.smithi071.wlolyy (mgr.14180) 276 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:32:04.501351+0000 mgr.smithi071.wlolyy (mgr.14180) 277 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.ehgofd ... 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:30:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:30:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:31:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Traceback (most recent call last): 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: yield (conn, connr) 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:32:05.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: code, '\n'.join(err))) 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.ehgofd ... 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:30:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:30:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:31:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:32:05.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:32:04.501568+0000 mgr.smithi071.wlolyy (mgr.14180) 278 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:04.501872+0000 mon.smithi071 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.ehgofd"}]: dispatch 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:32:04.502459+0000 mgr.smithi071.wlolyy (mgr.14180) 279 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.ehgofd ... 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:30:12Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:30:49Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:31:26Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:32:05.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:32:05.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:32:05.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:32:04.503918+0000 mgr.smithi071.wlolyy (mgr.14180) 280 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.aagzui on smithi071 2024-01-18T07:32:05.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:06.461 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:04.916279+0000 mgr.smithi071.wlolyy (mgr.14180) 281 : cluster [DBG] pgmap v196: 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-01-18T07:32:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:04.916279+0000 mgr.smithi071.wlolyy (mgr.14180) 281 : cluster [DBG] pgmap v196: 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-01-18T07:32:07.172 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:07.173 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:07.557 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:08.558 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:08.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:06.916910+0000 mgr.smithi071.wlolyy (mgr.14180) 282 : cluster [DBG] pgmap v197: 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-01-18T07:32:08.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:07.169413+0000 mgr.smithi071.wlolyy (mgr.14180) 283 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:08.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:06.916910+0000 mgr.smithi071.wlolyy (mgr.14180) 282 : cluster [DBG] pgmap v197: 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-01-18T07:32:08.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:07.169413+0000 mgr.smithi071.wlolyy (mgr.14180) 283 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:09.941 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:09.941 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:10.322 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:08.917583+0000 mgr.smithi071.wlolyy (mgr.14180) 284 : cluster [DBG] pgmap v198: 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-01-18T07:32:10.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:08.917583+0000 mgr.smithi071.wlolyy (mgr.14180) 284 : cluster [DBG] pgmap v198: 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-01-18T07:32:11.324 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:11.649 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:09.937454+0000 mgr.smithi071.wlolyy (mgr.14180) 285 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:09.937454+0000 mgr.smithi071.wlolyy (mgr.14180) 285 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:10.918343+0000 mgr.smithi071.wlolyy (mgr.14180) 286 : cluster [DBG] pgmap v199: 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-01-18T07:32:12.731 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:12.731 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:12.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:10.918343+0000 mgr.smithi071.wlolyy (mgr.14180) 286 : cluster [DBG] pgmap v199: 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-01-18T07:32:13.114 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:14.115 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:12.727589+0000 mgr.smithi071.wlolyy (mgr.14180) 287 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:12.918876+0000 mgr.smithi071.wlolyy (mgr.14180) 288 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:14.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:12.727589+0000 mgr.smithi071.wlolyy (mgr.14180) 287 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:14.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:12.918876+0000 mgr.smithi071.wlolyy (mgr.14180) 288 : cluster [DBG] pgmap v200: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:15.457 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:15.457 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:15.848 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:16.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:14.919567+0000 mgr.smithi071.wlolyy (mgr.14180) 289 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:16.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:15.453532+0000 mgr.smithi071.wlolyy (mgr.14180) 290 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:16.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:14.919567+0000 mgr.smithi071.wlolyy (mgr.14180) 289 : cluster [DBG] pgmap v201: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:16.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:15.453532+0000 mgr.smithi071.wlolyy (mgr.14180) 290 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:16.849 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:18.170 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:18.171 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:18.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:16.920179+0000 mgr.smithi071.wlolyy (mgr.14180) 291 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:18.564 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:16.920179+0000 mgr.smithi071.wlolyy (mgr.14180) 291 : cluster [DBG] pgmap v202: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:19.564 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:18.167817+0000 mgr.smithi071.wlolyy (mgr.14180) 292 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:19.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:18.167817+0000 mgr.smithi071.wlolyy (mgr.14180) 292 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:20.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:18.920861+0000 mgr.smithi071.wlolyy (mgr.14180) 293 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:18.920861+0000 mgr.smithi071.wlolyy (mgr.14180) 293 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:20.872 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:20.873 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:21.254 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:22.254 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:22.572 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:20.869832+0000 mgr.smithi071.wlolyy (mgr.14180) 294 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:22.572 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:20.921734+0000 mgr.smithi071.wlolyy (mgr.14180) 295 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:32:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:20.869832+0000 mgr.smithi071.wlolyy (mgr.14180) 294 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:20.921734+0000 mgr.smithi071.wlolyy (mgr.14180) 295 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:32:23.587 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:23.587 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:23.953 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:24.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:22.922202+0000 mgr.smithi071.wlolyy (mgr.14180) 296 : 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-01-18T07:32:24.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:23.583847+0000 mgr.smithi071.wlolyy (mgr.14180) 297 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:24.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:22.922202+0000 mgr.smithi071.wlolyy (mgr.14180) 296 : 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-01-18T07:32:24.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:23.583847+0000 mgr.smithi071.wlolyy (mgr.14180) 297 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:24.954 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:26.283 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:26.284 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:26.584 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:24.922887+0000 mgr.smithi071.wlolyy (mgr.14180) 298 : 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-01-18T07:32:26.660 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:24.922887+0000 mgr.smithi071.wlolyy (mgr.14180) 298 : 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-01-18T07:32:27.661 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:27.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:26.280550+0000 mgr.smithi071.wlolyy (mgr.14180) 299 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:26.280550+0000 mgr.smithi071.wlolyy (mgr.14180) 299 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:28.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:26.923503+0000 mgr.smithi071.wlolyy (mgr.14180) 300 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:28.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:26.923503+0000 mgr.smithi071.wlolyy (mgr.14180) 300 : cluster [DBG] pgmap v207: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:28.978 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:28.979 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:29.343 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:30.344 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:30.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:28.924157+0000 mgr.smithi071.wlolyy (mgr.14180) 301 : 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-01-18T07:32:30.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:28.974924+0000 mgr.smithi071.wlolyy (mgr.14180) 302 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:28.924157+0000 mgr.smithi071.wlolyy (mgr.14180) 301 : 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-01-18T07:32:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:28.974924+0000 mgr.smithi071.wlolyy (mgr.14180) 302 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:31.641 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:31.641 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:32.027 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:30.924732+0000 mgr.smithi071.wlolyy (mgr.14180) 303 : cluster [DBG] pgmap v209: 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-01-18T07:32:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:31.637286+0000 mgr.smithi071.wlolyy (mgr.14180) 304 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:32.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:30.924732+0000 mgr.smithi071.wlolyy (mgr.14180) 303 : cluster [DBG] pgmap v209: 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-01-18T07:32:32.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:31.637286+0000 mgr.smithi071.wlolyy (mgr.14180) 304 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:33.028 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:34.352 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:34.353 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:34.641 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:32.925450+0000 mgr.smithi071.wlolyy (mgr.14180) 305 : 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-01-18T07:32:34.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:32.925450+0000 mgr.smithi071.wlolyy (mgr.14180) 305 : 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-01-18T07:32:34.726 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:34.349332+0000 mgr.smithi071.wlolyy (mgr.14180) 306 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:35.726 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:35.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:34.349332+0000 mgr.smithi071.wlolyy (mgr.14180) 306 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:36.705 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:34.926109+0000 mgr.smithi071.wlolyy (mgr.14180) 307 : 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-01-18T07:32:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:34.926109+0000 mgr.smithi071.wlolyy (mgr.14180) 307 : 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-01-18T07:32:37.052 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:37.052 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:37.433 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:38.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:36.926654+0000 mgr.smithi071.wlolyy (mgr.14180) 308 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:37.048931+0000 mgr.smithi071.wlolyy (mgr.14180) 309 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:38.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:36.926654+0000 mgr.smithi071.wlolyy (mgr.14180) 308 : cluster [DBG] pgmap v212: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:38.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:37.048931+0000 mgr.smithi071.wlolyy (mgr.14180) 309 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:39.733 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:39.733 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:40.125 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:38.927317+0000 mgr.smithi071.wlolyy (mgr.14180) 310 : 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-01-18T07:32:40.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:38.927317+0000 mgr.smithi071.wlolyy (mgr.14180) 310 : 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-01-18T07:32:41.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:41.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:39.730140+0000 mgr.smithi071.wlolyy (mgr.14180) 311 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:41.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:39.730140+0000 mgr.smithi071.wlolyy (mgr.14180) 311 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:42.457 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:42.457 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:42.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:40.928123+0000 mgr.smithi071.wlolyy (mgr.14180) 312 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:32:42.841 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:42.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:40.928123+0000 mgr.smithi071.wlolyy (mgr.14180) 312 : cluster [DBG] pgmap v214: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:32:43.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:42.453423+0000 mgr.smithi071.wlolyy (mgr.14180) 313 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:43.842 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:43.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:42.453423+0000 mgr.smithi071.wlolyy (mgr.14180) 313 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:44.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:42.928541+0000 mgr.smithi071.wlolyy (mgr.14180) 314 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:32:44.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:42.928541+0000 mgr.smithi071.wlolyy (mgr.14180) 314 : cluster [DBG] pgmap v215: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:32:45.174 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:45.174 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:45.532 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:46.533 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:46.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:44.929232+0000 mgr.smithi071.wlolyy (mgr.14180) 315 : cluster [DBG] pgmap v216: 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-01-18T07:32:46.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:45.169590+0000 mgr.smithi071.wlolyy (mgr.14180) 316 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:46.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:44.929232+0000 mgr.smithi071.wlolyy (mgr.14180) 315 : cluster [DBG] pgmap v216: 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-01-18T07:32:46.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:45.169590+0000 mgr.smithi071.wlolyy (mgr.14180) 316 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:47.841 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:47.841 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:48.214 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:48.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:46.929796+0000 mgr.smithi071.wlolyy (mgr.14180) 317 : cluster [DBG] pgmap v217: 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-01-18T07:32:48.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:46.929796+0000 mgr.smithi071.wlolyy (mgr.14180) 317 : cluster [DBG] pgmap v217: 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-01-18T07:32:49.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:49.533 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:47.838480+0000 mgr.smithi071.wlolyy (mgr.14180) 318 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:49.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:47.838480+0000 mgr.smithi071.wlolyy (mgr.14180) 318 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:50.494 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:50.495 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:50.821 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:48.930621+0000 mgr.smithi071.wlolyy (mgr.14180) 319 : cluster [DBG] pgmap v218: 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-01-18T07:32:50.907 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:50.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:48.930621+0000 mgr.smithi071.wlolyy (mgr.14180) 319 : cluster [DBG] pgmap v218: 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-01-18T07:32:51.908 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:51.937 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:50.491366+0000 mgr.smithi071.wlolyy (mgr.14180) 320 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:51.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:50.491366+0000 mgr.smithi071.wlolyy (mgr.14180) 320 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:52.844 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:50.931466+0000 mgr.smithi071.wlolyy (mgr.14180) 321 : cluster [DBG] pgmap v219: 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-01-18T07:32:52.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:50.931466+0000 mgr.smithi071.wlolyy (mgr.14180) 321 : cluster [DBG] pgmap v219: 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-01-18T07:32:53.198 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:53.198 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:53.571 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:54.572 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:54.892 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:52.932074+0000 mgr.smithi071.wlolyy (mgr.14180) 322 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-18T07:32:54.892 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:53.194724+0000 mgr.smithi071.wlolyy (mgr.14180) 323 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:54.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:52.932074+0000 mgr.smithi071.wlolyy (mgr.14180) 322 : cluster [DBG] pgmap v220: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-01-18T07:32:54.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:53.194724+0000 mgr.smithi071.wlolyy (mgr.14180) 323 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:55.814 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:55.814 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:56.171 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:56.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:54.932726+0000 mgr.smithi071.wlolyy (mgr.14180) 324 : cluster [DBG] pgmap v221: 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-01-18T07:32:56.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:54.932726+0000 mgr.smithi071.wlolyy (mgr.14180) 324 : cluster [DBG] pgmap v221: 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-01-18T07:32:57.172 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:57.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:55.811035+0000 mgr.smithi071.wlolyy (mgr.14180) 325 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:57.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:55.811035+0000 mgr.smithi071.wlolyy (mgr.14180) 325 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:58.497 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:32:58.497 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:32:58.861 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:56.933517+0000 mgr.smithi071.wlolyy (mgr.14180) 326 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:58.880 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:32:58.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:56.933517+0000 mgr.smithi071.wlolyy (mgr.14180) 326 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:32:59.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:32:59.912 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:32:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:32:58.493421+0000 mgr.smithi071.wlolyy (mgr.14180) 327 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:32:59.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:32:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:32:58.493421+0000 mgr.smithi071.wlolyy (mgr.14180) 327 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:00.891 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:32:58.934209+0000 mgr.smithi071.wlolyy (mgr.14180) 328 : 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-01-18T07:33:00.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:32:58.934209+0000 mgr.smithi071.wlolyy (mgr.14180) 328 : 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-01-18T07:33:01.278 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:01.278 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:01.645 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:02.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:02.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:00.935034+0000 mgr.smithi071.wlolyy (mgr.14180) 329 : cluster [DBG] pgmap v224: 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-01-18T07:33:02.963 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:01.273753+0000 mgr.smithi071.wlolyy (mgr.14180) 330 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:00.935034+0000 mgr.smithi071.wlolyy (mgr.14180) 329 : cluster [DBG] pgmap v224: 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-01-18T07:33:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:01.273753+0000 mgr.smithi071.wlolyy (mgr.14180) 330 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:03.994 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:03.994 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:04.378 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:02.935479+0000 mgr.smithi071.wlolyy (mgr.14180) 331 : cluster [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-01-18T07:33:04.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:02.935479+0000 mgr.smithi071.wlolyy (mgr.14180) 331 : cluster [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-01-18T07:33:05.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:05.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:03.990846+0000 mgr.smithi071.wlolyy (mgr.14180) 332 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:05.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:03.990846+0000 mgr.smithi071.wlolyy (mgr.14180) 332 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:06.652 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:06.652 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:06.674 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:04.936157+0000 mgr.smithi071.wlolyy (mgr.14180) 333 : 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-01-18T07:33:06.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:04.936157+0000 mgr.smithi071.wlolyy (mgr.14180) 333 : 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-01-18T07:33:07.011 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:06.648882+0000 mgr.smithi071.wlolyy (mgr.14180) 334 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:07.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:06.648882+0000 mgr.smithi071.wlolyy (mgr.14180) 334 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:08.012 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:08.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:06.936643+0000 mgr.smithi071.wlolyy (mgr.14180) 335 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:06.936643+0000 mgr.smithi071.wlolyy (mgr.14180) 335 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:09.335 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:09.335 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:09.710 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:10.711 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:08.937486+0000 mgr.smithi071.wlolyy (mgr.14180) 336 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:09.331972+0000 mgr.smithi071.wlolyy (mgr.14180) 337 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:10.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:08.937486+0000 mgr.smithi071.wlolyy (mgr.14180) 336 : cluster [DBG] pgmap v228: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:10.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:09.331972+0000 mgr.smithi071.wlolyy (mgr.14180) 337 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:12.011 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:12.012 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:12.376 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:10.938111+0000 mgr.smithi071.wlolyy (mgr.14180) 338 : cluster [DBG] pgmap v229: 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-01-18T07:33:12.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:10.938111+0000 mgr.smithi071.wlolyy (mgr.14180) 338 : cluster [DBG] pgmap v229: 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-01-18T07:33:13.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:13.685 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:12.008353+0000 mgr.smithi071.wlolyy (mgr.14180) 339 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:13.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:12.008353+0000 mgr.smithi071.wlolyy (mgr.14180) 339 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:14.679 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:14.679 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:14.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:12.938660+0000 mgr.smithi071.wlolyy (mgr.14180) 340 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:14.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:12.938660+0000 mgr.smithi071.wlolyy (mgr.14180) 340 : cluster [DBG] pgmap v230: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:15.058 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:14.675381+0000 mgr.smithi071.wlolyy (mgr.14180) 341 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:15.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:14.675381+0000 mgr.smithi071.wlolyy (mgr.14180) 341 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:16.059 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:16.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:14.939358+0000 mgr.smithi071.wlolyy (mgr.14180) 342 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:14.939358+0000 mgr.smithi071.wlolyy (mgr.14180) 342 : cluster [DBG] pgmap v231: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:17.383 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:17.383 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:17.766 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:18.767 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:16.939839+0000 mgr.smithi071.wlolyy (mgr.14180) 343 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:17.378905+0000 mgr.smithi071.wlolyy (mgr.14180) 344 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:16.939839+0000 mgr.smithi071.wlolyy (mgr.14180) 343 : cluster [DBG] pgmap v232: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:17.378905+0000 mgr.smithi071.wlolyy (mgr.14180) 344 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:20.067 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:20.067 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:20.457 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:20.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:18.940491+0000 mgr.smithi071.wlolyy (mgr.14180) 345 : 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-01-18T07:33:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:18.940491+0000 mgr.smithi071.wlolyy (mgr.14180) 345 : 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-01-18T07:33:21.458 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:21.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:20.063431+0000 mgr.smithi071.wlolyy (mgr.14180) 346 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:21.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:20.063431+0000 mgr.smithi071.wlolyy (mgr.14180) 346 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:22.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:20.941121+0000 mgr.smithi071.wlolyy (mgr.14180) 347 : cluster [DBG] pgmap v234: 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-01-18T07:33:22.766 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:22.766 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:22.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:20.941121+0000 mgr.smithi071.wlolyy (mgr.14180) 347 : cluster [DBG] pgmap v234: 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-01-18T07:33:23.142 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:24.143 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:24.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:22.763464+0000 mgr.smithi071.wlolyy (mgr.14180) 348 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:24.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:22.941571+0000 mgr.smithi071.wlolyy (mgr.14180) 349 : 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-01-18T07:33:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:22.763464+0000 mgr.smithi071.wlolyy (mgr.14180) 348 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:22.941571+0000 mgr.smithi071.wlolyy (mgr.14180) 349 : 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-01-18T07:33:25.450 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:25.450 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:25.823 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:26.824 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:26.856 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:24.942341+0000 mgr.smithi071.wlolyy (mgr.14180) 350 : 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-01-18T07:33:26.857 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:25.446670+0000 mgr.smithi071.wlolyy (mgr.14180) 351 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:24.942341+0000 mgr.smithi071.wlolyy (mgr.14180) 350 : 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-01-18T07:33:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:25.446670+0000 mgr.smithi071.wlolyy (mgr.14180) 351 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:28.140 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:28.140 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:28.523 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:28.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:26.942883+0000 mgr.smithi071.wlolyy (mgr.14180) 352 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:26.942883+0000 mgr.smithi071.wlolyy (mgr.14180) 352 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:29.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:29.851 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:28.136689+0000 mgr.smithi071.wlolyy (mgr.14180) 353 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:28.136689+0000 mgr.smithi071.wlolyy (mgr.14180) 353 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:30.883 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:30.883 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:30.907 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:28.943563+0000 mgr.smithi071.wlolyy (mgr.14180) 354 : 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-01-18T07:33:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:28.943563+0000 mgr.smithi071.wlolyy (mgr.14180) 354 : 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-01-18T07:33:31.264 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:32.265 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:32.950 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:30.880534+0000 mgr.smithi071.wlolyy (mgr.14180) 355 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:32.950 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:30.944280+0000 mgr.smithi071.wlolyy (mgr.14180) 356 : cluster [DBG] pgmap v239: 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-01-18T07:33:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:30.880534+0000 mgr.smithi071.wlolyy (mgr.14180) 355 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:30.944280+0000 mgr.smithi071.wlolyy (mgr.14180) 356 : cluster [DBG] pgmap v239: 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-01-18T07:33:33.625 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:33.625 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:34.048 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:32.944782+0000 mgr.smithi071.wlolyy (mgr.14180) 357 : 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-01-18T07:33:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:33.622424+0000 mgr.smithi071.wlolyy (mgr.14180) 358 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:34.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:32.944782+0000 mgr.smithi071.wlolyy (mgr.14180) 357 : 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-01-18T07:33:34.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:33.622424+0000 mgr.smithi071.wlolyy (mgr.14180) 358 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:35.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:36.456 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:36.456 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:36.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:34.945693+0000 mgr.smithi071.wlolyy (mgr.14180) 359 : 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-01-18T07:33:36.836 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:36.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:34.945693+0000 mgr.smithi071.wlolyy (mgr.14180) 359 : 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-01-18T07:33:37.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:37.870 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:36.452948+0000 mgr.smithi071.wlolyy (mgr.14180) 360 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:37.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:36.452948+0000 mgr.smithi071.wlolyy (mgr.14180) 360 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:38.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:36.946316+0000 mgr.smithi071.wlolyy (mgr.14180) 361 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:38.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:36.946316+0000 mgr.smithi071.wlolyy (mgr.14180) 361 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:39.133 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:39.133 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:39.519 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:40.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:40.849 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:38.946988+0000 mgr.smithi071.wlolyy (mgr.14180) 362 : 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-01-18T07:33:40.849 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:39.130467+0000 mgr.smithi071.wlolyy (mgr.14180) 363 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:40.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:38.946988+0000 mgr.smithi071.wlolyy (mgr.14180) 362 : 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-01-18T07:33:40.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:39.130467+0000 mgr.smithi071.wlolyy (mgr.14180) 363 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:41.838 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:41.838 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:42.203 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:42.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:40.947563+0000 mgr.smithi071.wlolyy (mgr.14180) 364 : cluster [DBG] pgmap v244: 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-01-18T07:33:42.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:40.947563+0000 mgr.smithi071.wlolyy (mgr.14180) 364 : cluster [DBG] pgmap v244: 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-01-18T07:33:43.204 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:43.814 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:41.835045+0000 mgr.smithi071.wlolyy (mgr.14180) 365 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:43.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:41.835045+0000 mgr.smithi071.wlolyy (mgr.14180) 365 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:44.487 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:44.487 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:44.803 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:42.948092+0000 mgr.smithi071.wlolyy (mgr.14180) 366 : 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-01-18T07:33:44.869 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:44.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:42.948092+0000 mgr.smithi071.wlolyy (mgr.14180) 366 : 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-01-18T07:33:45.870 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:45.899 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:44.483615+0000 mgr.smithi071.wlolyy (mgr.14180) 367 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:45.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:44.483615+0000 mgr.smithi071.wlolyy (mgr.14180) 367 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:46.824 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:44.948909+0000 mgr.smithi071.wlolyy (mgr.14180) 368 : 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-01-18T07:33:46.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:44.948909+0000 mgr.smithi071.wlolyy (mgr.14180) 368 : 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-01-18T07:33:47.200 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:47.200 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:47.585 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:48.587 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:48.903 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:46.949461+0000 mgr.smithi071.wlolyy (mgr.14180) 369 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:48.903 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:47.196089+0000 mgr.smithi071.wlolyy (mgr.14180) 370 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:48.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:46.949461+0000 mgr.smithi071.wlolyy (mgr.14180) 369 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:48.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:47.196089+0000 mgr.smithi071.wlolyy (mgr.14180) 370 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:49.850 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:49.850 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:50.226 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:50.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:48.950362+0000 mgr.smithi071.wlolyy (mgr.14180) 371 : 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-01-18T07:33:50.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:48.950362+0000 mgr.smithi071.wlolyy (mgr.14180) 371 : 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-01-18T07:33:51.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:51.913 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:49.847226+0000 mgr.smithi071.wlolyy (mgr.14180) 372 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:51.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:49.847226+0000 mgr.smithi071.wlolyy (mgr.14180) 372 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:52.562 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:52.562 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:52.865 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:50.951268+0000 mgr.smithi071.wlolyy (mgr.14180) 373 : cluster [DBG] pgmap v249: 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-01-18T07:33:52.959 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:52.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:50.951268+0000 mgr.smithi071.wlolyy (mgr.14180) 373 : cluster [DBG] pgmap v249: 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-01-18T07:33:53.960 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:53.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:52.559426+0000 mgr.smithi071.wlolyy (mgr.14180) 374 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:53.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:52.559426+0000 mgr.smithi071.wlolyy (mgr.14180) 374 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:54.888 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:52.951775+0000 mgr.smithi071.wlolyy (mgr.14180) 375 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:54.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:52.951775+0000 mgr.smithi071.wlolyy (mgr.14180) 375 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:55.277 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:55.277 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:55.683 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:56.684 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:56.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:54.952444+0000 mgr.smithi071.wlolyy (mgr.14180) 376 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:56.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:55.274730+0000 mgr.smithi071.wlolyy (mgr.14180) 377 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:56.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:54.952444+0000 mgr.smithi071.wlolyy (mgr.14180) 376 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:56.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:55.274730+0000 mgr.smithi071.wlolyy (mgr.14180) 377 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:58.000 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:33:58.000 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:33:58.383 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:33:58.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:56.953082+0000 mgr.smithi071.wlolyy (mgr.14180) 378 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:58.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:56.953082+0000 mgr.smithi071.wlolyy (mgr.14180) 378 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:33:59.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:33:59.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:33:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:33:57.996675+0000 mgr.smithi071.wlolyy (mgr.14180) 379 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:33:59.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:33:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:33:57.996675+0000 mgr.smithi071.wlolyy (mgr.14180) 379 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:00.682 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:00.682 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:00.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:33:58.953855+0000 mgr.smithi071.wlolyy (mgr.14180) 380 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:00.990 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:33:58.953855+0000 mgr.smithi071.wlolyy (mgr.14180) 380 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:01.065 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:01.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:00.677973+0000 mgr.smithi071.wlolyy (mgr.14180) 381 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:01.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:00.677973+0000 mgr.smithi071.wlolyy (mgr.14180) 381 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:02.067 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:00.954556+0000 mgr.smithi071.wlolyy (mgr.14180) 382 : cluster [DBG] pgmap v254: 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-01-18T07:34:02.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:00.954556+0000 mgr.smithi071.wlolyy (mgr.14180) 382 : cluster [DBG] pgmap v254: 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-01-18T07:34:03.390 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:03.391 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:03.748 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:04.749 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:02.955054+0000 mgr.smithi071.wlolyy (mgr.14180) 383 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:03.386954+0000 mgr.smithi071.wlolyy (mgr.14180) 384 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:04.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:02.955054+0000 mgr.smithi071.wlolyy (mgr.14180) 383 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:04.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:03.386954+0000 mgr.smithi071.wlolyy (mgr.14180) 384 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:06.107 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:06.108 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:06.474 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:06.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:04.955684+0000 mgr.smithi071.wlolyy (mgr.14180) 385 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:06.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:04.955684+0000 mgr.smithi071.wlolyy (mgr.14180) 385 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:07.474 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:07.783 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:06.104531+0000 mgr.smithi071.wlolyy (mgr.14180) 386 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:06.104531+0000 mgr.smithi071.wlolyy (mgr.14180) 386 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:08.778 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:08.778 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:06.956311+0000 mgr.smithi071.wlolyy (mgr.14180) 387 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:08.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:06.956311+0000 mgr.smithi071.wlolyy (mgr.14180) 387 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:09.138 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:10.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:10.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:08.774871+0000 mgr.smithi071.wlolyy (mgr.14180) 388 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:10.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:08.956941+0000 mgr.smithi071.wlolyy (mgr.14180) 389 : 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-01-18T07:34:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:08.774871+0000 mgr.smithi071.wlolyy (mgr.14180) 388 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:08.956941+0000 mgr.smithi071.wlolyy (mgr.14180) 389 : 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-01-18T07:34:11.411 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:11.411 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:11.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:12.813 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:10.957541+0000 mgr.smithi071.wlolyy (mgr.14180) 390 : cluster [DBG] pgmap v259: 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-01-18T07:34:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:11.407879+0000 mgr.smithi071.wlolyy (mgr.14180) 391 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:12.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:10.957541+0000 mgr.smithi071.wlolyy (mgr.14180) 390 : cluster [DBG] pgmap v259: 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-01-18T07:34:12.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:11.407879+0000 mgr.smithi071.wlolyy (mgr.14180) 391 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:14.095 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:14.096 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:14.463 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:14.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:12.958048+0000 mgr.smithi071.wlolyy (mgr.14180) 392 : 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-01-18T07:34:14.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:12.958048+0000 mgr.smithi071.wlolyy (mgr.14180) 392 : 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-01-18T07:34:15.465 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:15.813 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:14.092258+0000 mgr.smithi071.wlolyy (mgr.14180) 393 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:14.092258+0000 mgr.smithi071.wlolyy (mgr.14180) 393 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:16.926 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:16.926 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:16.953 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:14.958745+0000 mgr.smithi071.wlolyy (mgr.14180) 394 : 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-01-18T07:34:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:14.958745+0000 mgr.smithi071.wlolyy (mgr.14180) 394 : 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-01-18T07:34:17.320 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:18.321 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:16.922278+0000 mgr.smithi071.wlolyy (mgr.14180) 395 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:16.959218+0000 mgr.smithi071.wlolyy (mgr.14180) 396 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:16.922278+0000 mgr.smithi071.wlolyy (mgr.14180) 395 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:16.959218+0000 mgr.smithi071.wlolyy (mgr.14180) 396 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:19.700 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:19.700 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:20.071 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:18.960021+0000 mgr.smithi071.wlolyy (mgr.14180) 397 : 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-01-18T07:34:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:19.697471+0000 mgr.smithi071.wlolyy (mgr.14180) 398 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:20.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:18.960021+0000 mgr.smithi071.wlolyy (mgr.14180) 397 : 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-01-18T07:34:20.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:19.697471+0000 mgr.smithi071.wlolyy (mgr.14180) 398 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:21.072 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:22.408 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:22.408 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:22.787 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:22.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:20.960919+0000 mgr.smithi071.wlolyy (mgr.14180) 399 : cluster [DBG] pgmap v264: 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-01-18T07:34:22.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:20.960919+0000 mgr.smithi071.wlolyy (mgr.14180) 399 : cluster [DBG] pgmap v264: 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-01-18T07:34:23.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:23.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:22.404634+0000 mgr.smithi071.wlolyy (mgr.14180) 400 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:23.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:22.404634+0000 mgr.smithi071.wlolyy (mgr.14180) 400 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:22.961427+0000 mgr.smithi071.wlolyy (mgr.14180) 401 : 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-01-18T07:34:24.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:22.961427+0000 mgr.smithi071.wlolyy (mgr.14180) 401 : 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-01-18T07:34:25.050 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:25.050 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:25.444 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:26.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:26.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:24.962080+0000 mgr.smithi071.wlolyy (mgr.14180) 402 : 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-01-18T07:34:26.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:25.047041+0000 mgr.smithi071.wlolyy (mgr.14180) 403 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:26.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:24.962080+0000 mgr.smithi071.wlolyy (mgr.14180) 402 : 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-01-18T07:34:26.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:25.047041+0000 mgr.smithi071.wlolyy (mgr.14180) 403 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:27.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:27.825 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:28.145 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:28.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:26.962600+0000 mgr.smithi071.wlolyy (mgr.14180) 404 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:28.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:26.962600+0000 mgr.smithi071.wlolyy (mgr.14180) 404 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:29.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:29.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:27.821355+0000 mgr.smithi071.wlolyy (mgr.14180) 405 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:29.477 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:27.821355+0000 mgr.smithi071.wlolyy (mgr.14180) 405 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:30.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:28.963365+0000 mgr.smithi071.wlolyy (mgr.14180) 406 : 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-01-18T07:34:30.476 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:30.477 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:30.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:28.963365+0000 mgr.smithi071.wlolyy (mgr.14180) 406 : 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-01-18T07:34:30.876 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:31.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:30.473339+0000 mgr.smithi071.wlolyy (mgr.14180) 407 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:31.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:30.473339+0000 mgr.smithi071.wlolyy (mgr.14180) 407 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:31.877 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:32.211 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:30.964031+0000 mgr.smithi071.wlolyy (mgr.14180) 408 : cluster [DBG] pgmap v269: 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-01-18T07:34:32.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:30.964031+0000 mgr.smithi071.wlolyy (mgr.14180) 408 : cluster [DBG] pgmap v269: 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-01-18T07:34:33.196 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:33.196 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:24.204093Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:24.204229Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:24.204304Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:24.204373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:24.204434Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "ports": [8800], "running": 0, "size": 2}}] 2024-01-18T07:34:33.584 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:32.964517+0000 mgr.smithi071.wlolyy (mgr.14180) 409 : 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-01-18T07:34:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:33.193163+0000 mgr.smithi071.wlolyy (mgr.14180) 410 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:33.890441+0000 mon.smithi071 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.aagzui"}]: dispatch 2024-01-18T07:34:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:33.895118+0000 mon.smithi071 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:34.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:33.897271+0000 mon.smithi071 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:34:34.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:32.964517+0000 mgr.smithi071.wlolyy (mgr.14180) 409 : 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-01-18T07:34:34.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:33.193163+0000 mgr.smithi071.wlolyy (mgr.14180) 410 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:34.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:33.890441+0000 mon.smithi071 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.aagzui"}]: dispatch 2024-01-18T07:34:34.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:33.895118+0000 mon.smithi071 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:34.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:33.897271+0000 mon.smithi071 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:34:34.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:35.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:34:33.889986+0000 mgr.smithi071.wlolyy (mgr.14180) 411 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.321 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.aagzui ... 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:32:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:33:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:33:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Traceback (most recent call last): 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: yield (conn, connr) 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:34:35.322 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: code, '\n'.join(err))) 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.aagzui ... 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:32:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:33:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:33:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:34:33.890137+0000 mgr.smithi071.wlolyy (mgr.14180) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:34:33.890995+0000 mgr.smithi071.wlolyy (mgr.14180) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.323 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.aagzui ... 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:32:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:33:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:33:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:34:33.895365+0000 mgr.smithi071.wlolyy (mgr.14180) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:34:33.896375+0000 mgr.smithi071.wlolyy (mgr.14180) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:33.897343+0000 mgr.smithi071.wlolyy (mgr.14180) 416 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T07:34:35.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:34.893494+0000 mon.smithi071 (mon.0) 636 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T07:34:35.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:34:33.889986+0000 mgr.smithi071.wlolyy (mgr.14180) 411 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.aagzui ... 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:32:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:33:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:33:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Traceback (most recent call last): 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:34:35.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: yield (conn, connr) 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: code, '\n'.join(err))) 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.aagzui ... 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:32:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:33:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:33:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.477 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:34:33.890137+0000 mgr.smithi071.wlolyy (mgr.14180) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:34:33.890995+0000 mgr.smithi071.wlolyy (mgr.14180) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.aagzui ... 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:32:41Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:33:18Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:33:56Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:34:33.895365+0000 mgr.smithi071.wlolyy (mgr.14180) 414 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:34:33.896375+0000 mgr.smithi071.wlolyy (mgr.14180) 415 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:33.897343+0000 mgr.smithi071.wlolyy (mgr.14180) 416 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T07:34:35.478 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:34.893494+0000 mon.smithi071 (mon.0) 636 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T07:34:36.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:35.218059+0000 mon.smithi071 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:36.488 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:36.488 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:29:26.710194Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:29:26.710272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:29:26.710346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:29:26.710122Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:29:26.709959Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:29:26.710421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:29:26.710536Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:29:26.710478Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 1, "size": 2}}] 2024-01-18T07:34:36.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:35.218059+0000 mon.smithi071 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:36.928 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-18T07:34:37.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:35.898386+0000 mgr.smithi071.wlolyy (mgr.14180) 417 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T07:34:37.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:36.485014+0000 mgr.smithi071.wlolyy (mgr.14180) 418 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:37.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:35.898386+0000 mgr.smithi071.wlolyy (mgr.14180) 417 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T07:34:37.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:36.485014+0000 mgr.smithi071.wlolyy (mgr.14180) 418 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:37.928 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.334815+0000 mon.smithi071 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.611600+0000 mon.smithi071 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.612297+0000 mon.smithi071 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:34:37.615623+0000 mgr.smithi071.wlolyy (mgr.14180) 419 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.866719+0000 mon.smithi071 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.874252+0000 mon.smithi071 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.880529+0000 mon.smithi071 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.885664+0000 mon.smithi071 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:34:38.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.896025+0000 mon.smithi071 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.562 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:37.991073+0000 mon.smithi071 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.334815+0000 mon.smithi071 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.611600+0000 mon.smithi071 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.612297+0000 mon.smithi071 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:34:37.615623+0000 mgr.smithi071.wlolyy (mgr.14180) 419 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.866719+0000 mon.smithi071 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.874252+0000 mon.smithi071 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.880529+0000 mon.smithi071 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.885664+0000 mon.smithi071 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.896025+0000 mon.smithi071 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:37.991073+0000 mon.smithi071 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:34:39.258 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:39.258 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:39.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:37.881305+0000 mgr.smithi071.wlolyy (mgr.14180) 420 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T07:34:39.582 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:34:37.898190+0000 mgr.smithi071.wlolyy (mgr.14180) 421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.pxgpan on smithi087 2024-01-18T07:34:39.582 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:38.879057+0000 mon.smithi071 (mon.0) 647 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T07:34:39.582 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:38.879115+0000 mon.smithi071 (mon.0) 648 : cluster [INF] Cluster is now healthy 2024-01-18T07:34:39.583 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-18T07:34:39.583 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T07:34:39.594 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-18T07:34:39.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:37.881305+0000 mgr.smithi071.wlolyy (mgr.14180) 420 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2024-01-18T07:34:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:34:37.898190+0000 mgr.smithi071.wlolyy (mgr.14180) 421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.pxgpan on smithi087 2024-01-18T07:34:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:38.879057+0000 mon.smithi071 (mon.0) 647 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T07:34:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:38.879115+0000 mon.smithi071 (mon.0) 648 : cluster [INF] Cluster is now healthy 2024-01-18T07:34:40.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:39.254135+0000 mgr.smithi071.wlolyy (mgr.14180) 422 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:39.254135+0000 mgr.smithi071.wlolyy (mgr.14180) 422 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:40.920 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:40.921 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:41.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:34:41.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:39.881981+0000 mgr.smithi071.wlolyy (mgr.14180) 423 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 93 B/s wr, 2 op/s 2024-01-18T07:34:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:39.881981+0000 mgr.smithi071.wlolyy (mgr.14180) 423 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 93 B/s wr, 2 op/s 2024-01-18T07:34:42.375 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:42.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:40.917460+0000 mgr.smithi071.wlolyy (mgr.14180) 424 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:40.917460+0000 mgr.smithi071.wlolyy (mgr.14180) 424 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:43.723 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:43.724 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:43.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:41.882716+0000 mgr.smithi071.wlolyy (mgr.14180) 425 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 93 B/s wr, 2 op/s 2024-01-18T07:34:43.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:41.882716+0000 mgr.smithi071.wlolyy (mgr.14180) 425 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 93 B/s wr, 2 op/s 2024-01-18T07:34:44.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:34:45.118 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:45.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:43.719563+0000 mgr.smithi071.wlolyy (mgr.14180) 426 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:45.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:43.883338+0000 mgr.smithi071.wlolyy (mgr.14180) 427 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-01-18T07:34:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:43.719563+0000 mgr.smithi071.wlolyy (mgr.14180) 426 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:43.883338+0000 mgr.smithi071.wlolyy (mgr.14180) 427 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 187 B/s wr, 2 op/s 2024-01-18T07:34:46.521 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:46.521 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:46.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:34:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:45.884140+0000 mgr.smithi071.wlolyy (mgr.14180) 428 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-18T07:34:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:46.518100+0000 mgr.smithi071.wlolyy (mgr.14180) 429 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:47.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:45.884140+0000 mgr.smithi071.wlolyy (mgr.14180) 428 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-18T07:34:47.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:46.518100+0000 mgr.smithi071.wlolyy (mgr.14180) 429 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:47.899 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:49.256 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:49.256 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:49.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:47.884660+0000 mgr.smithi071.wlolyy (mgr.14180) 430 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-18T07:34:49.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:34:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:47.884660+0000 mgr.smithi071.wlolyy (mgr.14180) 430 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-18T07:34:50.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:50.656 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:49.252360+0000 mgr.smithi071.wlolyy (mgr.14180) 431 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:49.252360+0000 mgr.smithi071.wlolyy (mgr.14180) 431 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:51.500 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:49.885461+0000 mgr.smithi071.wlolyy (mgr.14180) 432 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-18T07:34:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:49.885461+0000 mgr.smithi071.wlolyy (mgr.14180) 432 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-18T07:34:51.845 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:51.845 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:52.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:34:53.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:53.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:51.841995+0000 mgr.smithi071.wlolyy (mgr.14180) 433 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:53.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:51.886210+0000 mgr.smithi071.wlolyy (mgr.14180) 434 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:34:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:51.841995+0000 mgr.smithi071.wlolyy (mgr.14180) 433 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:51.886210+0000 mgr.smithi071.wlolyy (mgr.14180) 434 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:34:54.453 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:54.454 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:54.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:34:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:53.887102+0000 mgr.smithi071.wlolyy (mgr.14180) 435 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:34:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:54.449988+0000 mgr.smithi071.wlolyy (mgr.14180) 436 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:55.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:53.887102+0000 mgr.smithi071.wlolyy (mgr.14180) 435 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2024-01-18T07:34:55.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:54.449988+0000 mgr.smithi071.wlolyy (mgr.14180) 436 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:55.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:57.095 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:57.095 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:34:57.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:34:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:55.887799+0000 mgr.smithi071.wlolyy (mgr.14180) 437 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:57.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:55.887799+0000 mgr.smithi071.wlolyy (mgr.14180) 437 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:58.472 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:34:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:57.091864+0000 mgr.smithi071.wlolyy (mgr.14180) 438 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:57.091864+0000 mgr.smithi071.wlolyy (mgr.14180) 438 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:34:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:34:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:57.888530+0000 mgr.smithi071.wlolyy (mgr.14180) 439 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:59.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:34:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:57.888530+0000 mgr.smithi071.wlolyy (mgr.14180) 439 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:34:59.812 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:34:59.812 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:00.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:01.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:01.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:34:59.808629+0000 mgr.smithi071.wlolyy (mgr.14180) 440 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:01.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:34:59.889225+0000 mgr.smithi071.wlolyy (mgr.14180) 441 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:34:59.808629+0000 mgr.smithi071.wlolyy (mgr.14180) 440 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:34:59.889225+0000 mgr.smithi071.wlolyy (mgr.14180) 441 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:02.526 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:02.526 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:02.909 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:01.889757+0000 mgr.smithi071.wlolyy (mgr.14180) 442 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:02.523072+0000 mgr.smithi071.wlolyy (mgr.14180) 443 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:03.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:01.889757+0000 mgr.smithi071.wlolyy (mgr.14180) 442 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:03.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:02.523072+0000 mgr.smithi071.wlolyy (mgr.14180) 443 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:03.910 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:05.255 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:05.256 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:05.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:03.890664+0000 mgr.smithi071.wlolyy (mgr.14180) 444 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:05.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:05.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:03.890664+0000 mgr.smithi071.wlolyy (mgr.14180) 444 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:06.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:06.667 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:05.251708+0000 mgr.smithi071.wlolyy (mgr.14180) 445 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:05.251708+0000 mgr.smithi071.wlolyy (mgr.14180) 445 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:07.613 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:05.891537+0000 mgr.smithi071.wlolyy (mgr.14180) 446 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:05.891537+0000 mgr.smithi071.wlolyy (mgr.14180) 446 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:07.968 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:07.968 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:08.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:09.326 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:09.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:07.892021+0000 mgr.smithi071.wlolyy (mgr.14180) 447 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:09.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:07.964501+0000 mgr.smithi071.wlolyy (mgr.14180) 448 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:07.892021+0000 mgr.smithi071.wlolyy (mgr.14180) 447 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:07.964501+0000 mgr.smithi071.wlolyy (mgr.14180) 448 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:10.548 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:10.549 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:10.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:09.892770+0000 mgr.smithi071.wlolyy (mgr.14180) 449 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:10.545167+0000 mgr.smithi071.wlolyy (mgr.14180) 450 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:11.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:09.892770+0000 mgr.smithi071.wlolyy (mgr.14180) 449 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:11.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:10.545167+0000 mgr.smithi071.wlolyy (mgr.14180) 450 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:11.917 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:13.285 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:13.285 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:13.623 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:11.893276+0000 mgr.smithi071.wlolyy (mgr.14180) 451 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:13.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:13.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:11.893276+0000 mgr.smithi071.wlolyy (mgr.14180) 451 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:14.668 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:14.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:13.281824+0000 mgr.smithi071.wlolyy (mgr.14180) 452 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:13.281824+0000 mgr.smithi071.wlolyy (mgr.14180) 452 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:15.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:13.894030+0000 mgr.smithi071.wlolyy (mgr.14180) 453 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:13.894030+0000 mgr.smithi071.wlolyy (mgr.14180) 453 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:16.074 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:16.074 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:16.457 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:17.459 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:17.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:15.894663+0000 mgr.smithi071.wlolyy (mgr.14180) 454 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:17.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:16.070423+0000 mgr.smithi071.wlolyy (mgr.14180) 455 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:17.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:15.894663+0000 mgr.smithi071.wlolyy (mgr.14180) 454 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:17.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:16.070423+0000 mgr.smithi071.wlolyy (mgr.14180) 455 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:18.770 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:18.770 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:19.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:17.895313+0000 mgr.smithi071.wlolyy (mgr.14180) 456 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:19.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:17.895313+0000 mgr.smithi071.wlolyy (mgr.14180) 456 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:20.157 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:20.485 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:18.765190+0000 mgr.smithi071.wlolyy (mgr.14180) 457 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:18.765190+0000 mgr.smithi071.wlolyy (mgr.14180) 457 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:21.509 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:21.509 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:21.693 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:19.896116+0000 mgr.smithi071.wlolyy (mgr.14180) 458 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:19.896116+0000 mgr.smithi071.wlolyy (mgr.14180) 458 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:21.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:21.504974+0000 mgr.smithi071.wlolyy (mgr.14180) 459 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:22.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:21.504974+0000 mgr.smithi071.wlolyy (mgr.14180) 459 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:22.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:23.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:21.896714+0000 mgr.smithi071.wlolyy (mgr.14180) 460 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:21.896714+0000 mgr.smithi071.wlolyy (mgr.14180) 460 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:24.245 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:24.245 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:24.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:25.631 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:23.897616+0000 mgr.smithi071.wlolyy (mgr.14180) 461 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:24.240993+0000 mgr.smithi071.wlolyy (mgr.14180) 462 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:25.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:23.897616+0000 mgr.smithi071.wlolyy (mgr.14180) 461 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:25.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:24.240993+0000 mgr.smithi071.wlolyy (mgr.14180) 462 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:26.959 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:26.959 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:27.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:25.898490+0000 mgr.smithi071.wlolyy (mgr.14180) 463 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:27.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:25.898490+0000 mgr.smithi071.wlolyy (mgr.14180) 463 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:28.341 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:28.666 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:26.956139+0000 mgr.smithi071.wlolyy (mgr.14180) 464 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:28.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:26.956139+0000 mgr.smithi071.wlolyy (mgr.14180) 464 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:29.637 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:29.637 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:29.661 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:27.899164+0000 mgr.smithi071.wlolyy (mgr.14180) 465 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:27.899164+0000 mgr.smithi071.wlolyy (mgr.14180) 465 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:30.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:29.633319+0000 mgr.smithi071.wlolyy (mgr.14180) 466 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:30.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:29.633319+0000 mgr.smithi071.wlolyy (mgr.14180) 466 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:31.038 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:31.683 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:29.899816+0000 mgr.smithi071.wlolyy (mgr.14180) 467 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:29.899816+0000 mgr.smithi071.wlolyy (mgr.14180) 467 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:32.304 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:32.304 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:32.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:33.678 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:31.900299+0000 mgr.smithi071.wlolyy (mgr.14180) 468 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:32.300674+0000 mgr.smithi071.wlolyy (mgr.14180) 469 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:33.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:31.900299+0000 mgr.smithi071.wlolyy (mgr.14180) 468 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:33.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:32.300674+0000 mgr.smithi071.wlolyy (mgr.14180) 469 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:35.058 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:35.058 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:35.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:33.900905+0000 mgr.smithi071.wlolyy (mgr.14180) 470 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:35.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:33.900905+0000 mgr.smithi071.wlolyy (mgr.14180) 470 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:36.420 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:35.054269+0000 mgr.smithi071.wlolyy (mgr.14180) 471 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:36.729 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:35.054269+0000 mgr.smithi071.wlolyy (mgr.14180) 471 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:37.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:35.901528+0000 mgr.smithi071.wlolyy (mgr.14180) 472 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:37.791 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:37.791 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:37.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:35.901528+0000 mgr.smithi071.wlolyy (mgr.14180) 472 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:38.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:39.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:39.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:37.787805+0000 mgr.smithi071.wlolyy (mgr.14180) 473 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:39.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:37.902259+0000 mgr.smithi071.wlolyy (mgr.14180) 474 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:39.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:37.787805+0000 mgr.smithi071.wlolyy (mgr.14180) 473 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:39.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:37.902259+0000 mgr.smithi071.wlolyy (mgr.14180) 474 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:40.495 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:40.496 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:40.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:39.902986+0000 mgr.smithi071.wlolyy (mgr.14180) 475 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:40.492391+0000 mgr.smithi071.wlolyy (mgr.14180) 476 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:41.886 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:41.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:39.902986+0000 mgr.smithi071.wlolyy (mgr.14180) 475 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:41.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:40.492391+0000 mgr.smithi071.wlolyy (mgr.14180) 476 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:43.312 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:43.312 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:43.591 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:41.903575+0000 mgr.smithi071.wlolyy (mgr.14180) 477 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:43.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:43.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:41.903575+0000 mgr.smithi071.wlolyy (mgr.14180) 477 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:44.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:44.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:43.307589+0000 mgr.smithi071.wlolyy (mgr.14180) 478 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:44.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:43.307589+0000 mgr.smithi071.wlolyy (mgr.14180) 478 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:45.613 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:43.904190+0000 mgr.smithi071.wlolyy (mgr.14180) 479 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:45.969 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:45.969 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:45.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:43.904190+0000 mgr.smithi071.wlolyy (mgr.14180) 479 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:46.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:47.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:47.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:45.904796+0000 mgr.smithi071.wlolyy (mgr.14180) 480 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:47.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:45.965880+0000 mgr.smithi071.wlolyy (mgr.14180) 481 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:47.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:45.904796+0000 mgr.smithi071.wlolyy (mgr.14180) 480 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:47.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:45.965880+0000 mgr.smithi071.wlolyy (mgr.14180) 481 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:48.617 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:48.617 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:48.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:49.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:47.905273+0000 mgr.smithi071.wlolyy (mgr.14180) 482 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:49.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:48.613465+0000 mgr.smithi071.wlolyy (mgr.14180) 483 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:49.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:47.905273+0000 mgr.smithi071.wlolyy (mgr.14180) 482 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:49.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:48.613465+0000 mgr.smithi071.wlolyy (mgr.14180) 483 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:49.992 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:51.320 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:51.320 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:51.644 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:49.906184+0000 mgr.smithi071.wlolyy (mgr.14180) 484 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:51.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:51.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:49.906184+0000 mgr.smithi071.wlolyy (mgr.14180) 484 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:52.692 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:52.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:51.316756+0000 mgr.smithi071.wlolyy (mgr.14180) 485 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:52.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:51.316756+0000 mgr.smithi071.wlolyy (mgr.14180) 485 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:53.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:51.906689+0000 mgr.smithi071.wlolyy (mgr.14180) 486 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:53.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:51.906689+0000 mgr.smithi071.wlolyy (mgr.14180) 486 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:35:54.040 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:54.040 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:54.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:55.425 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:55.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:53.907340+0000 mgr.smithi071.wlolyy (mgr.14180) 487 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:55.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:54.036810+0000 mgr.smithi071.wlolyy (mgr.14180) 488 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:55.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:53.907340+0000 mgr.smithi071.wlolyy (mgr.14180) 487 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:55.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:54.036810+0000 mgr.smithi071.wlolyy (mgr.14180) 488 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:56.768 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:56.768 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:57.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:57.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:55.908008+0000 mgr.smithi071.wlolyy (mgr.14180) 489 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:57.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:55.908008+0000 mgr.smithi071.wlolyy (mgr.14180) 489 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:58.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:35:58.844 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:56.763367+0000 mgr.smithi071.wlolyy (mgr.14180) 490 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:58.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:56.763367+0000 mgr.smithi071.wlolyy (mgr.14180) 490 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:35:59.505 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:35:59.505 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:35:59.796 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:35:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:57.908486+0000 mgr.smithi071.wlolyy (mgr.14180) 491 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:35:59.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:35:59.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:35:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:57.908486+0000 mgr.smithi071.wlolyy (mgr.14180) 491 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:00.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:00.912 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:35:59.502008+0000 mgr.smithi071.wlolyy (mgr.14180) 492 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:00.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:35:59.502008+0000 mgr.smithi071.wlolyy (mgr.14180) 492 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:01.771 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:35:59.909191+0000 mgr.smithi071.wlolyy (mgr.14180) 493 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:01.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:35:59.909191+0000 mgr.smithi071.wlolyy (mgr.14180) 493 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:02.120 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:02.120 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:02.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:03.514 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:03.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:01.909719+0000 mgr.smithi071.wlolyy (mgr.14180) 494 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:03.816 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:02.116917+0000 mgr.smithi071.wlolyy (mgr.14180) 495 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:03.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:01.909719+0000 mgr.smithi071.wlolyy (mgr.14180) 494 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:03.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:02.116917+0000 mgr.smithi071.wlolyy (mgr.14180) 495 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:04.817 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:04.817 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:05.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:05.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:03.910381+0000 mgr.smithi071.wlolyy (mgr.14180) 496 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:05.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:03.910381+0000 mgr.smithi071.wlolyy (mgr.14180) 496 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:06.188 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:06.800 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:04.813319+0000 mgr.smithi071.wlolyy (mgr.14180) 497 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:06.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:04.813319+0000 mgr.smithi071.wlolyy (mgr.14180) 497 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:07.460 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:07.461 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:07.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:05.911131+0000 mgr.smithi071.wlolyy (mgr.14180) 498 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:07.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:05.911131+0000 mgr.smithi071.wlolyy (mgr.14180) 498 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:08.838 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:08.869 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:07.456745+0000 mgr.smithi071.wlolyy (mgr.14180) 499 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:07.456745+0000 mgr.smithi071.wlolyy (mgr.14180) 499 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:09.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:07.911581+0000 mgr.smithi071.wlolyy (mgr.14180) 500 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:09.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:07.911581+0000 mgr.smithi071.wlolyy (mgr.14180) 500 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:10.139 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:10.139 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:10.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:11.530 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:11.882 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:09.912227+0000 mgr.smithi071.wlolyy (mgr.14180) 501 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:11.882 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:10.135591+0000 mgr.smithi071.wlolyy (mgr.14180) 502 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:11.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:09.912227+0000 mgr.smithi071.wlolyy (mgr.14180) 501 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:11.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:10.135591+0000 mgr.smithi071.wlolyy (mgr.14180) 502 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:12.916 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:12.917 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:13.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:13.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:11.912740+0000 mgr.smithi071.wlolyy (mgr.14180) 503 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:13.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:11.912740+0000 mgr.smithi071.wlolyy (mgr.14180) 503 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:14.296 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:14.604 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:12.913430+0000 mgr.smithi071.wlolyy (mgr.14180) 504 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:14.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:12.913430+0000 mgr.smithi071.wlolyy (mgr.14180) 504 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:15.615 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:15.615 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:15.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:13.913441+0000 mgr.smithi071.wlolyy (mgr.14180) 505 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:13.913441+0000 mgr.smithi071.wlolyy (mgr.14180) 505 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:15.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:15.611444+0000 mgr.smithi071.wlolyy (mgr.14180) 506 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:16.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:16.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:15.611444+0000 mgr.smithi071.wlolyy (mgr.14180) 506 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:17.931 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:15.914079+0000 mgr.smithi071.wlolyy (mgr.14180) 507 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:17.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:15.914079+0000 mgr.smithi071.wlolyy (mgr.14180) 507 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:18.284 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:18.284 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:18.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:19.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:19.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:17.914492+0000 mgr.smithi071.wlolyy (mgr.14180) 508 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:19.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:18.280902+0000 mgr.smithi071.wlolyy (mgr.14180) 509 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:19.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:17.914492+0000 mgr.smithi071.wlolyy (mgr.14180) 508 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:19.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:18.280902+0000 mgr.smithi071.wlolyy (mgr.14180) 509 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:20.980 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:20.980 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:21.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:21.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:19.915129+0000 mgr.smithi071.wlolyy (mgr.14180) 510 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:21.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:19.915129+0000 mgr.smithi071.wlolyy (mgr.14180) 510 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:22.346 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:22.671 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:20.976400+0000 mgr.smithi071.wlolyy (mgr.14180) 511 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:22.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:20.976400+0000 mgr.smithi071.wlolyy (mgr.14180) 511 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:23.720 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:23.721 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:21.915605+0000 mgr.smithi071.wlolyy (mgr.14180) 512 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:23.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:21.915605+0000 mgr.smithi071.wlolyy (mgr.14180) 512 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:24.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:23.716356+0000 mgr.smithi071.wlolyy (mgr.14180) 513 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:24.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:23.716356+0000 mgr.smithi071.wlolyy (mgr.14180) 513 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:25.092 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:25.713 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:23.916335+0000 mgr.smithi071.wlolyy (mgr.14180) 514 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:25.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:23.916335+0000 mgr.smithi071.wlolyy (mgr.14180) 514 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:26.425 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:26.425 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:26.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:27.793 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:27.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:25.916954+0000 mgr.smithi071.wlolyy (mgr.14180) 515 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:27.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:26.421987+0000 mgr.smithi071.wlolyy (mgr.14180) 516 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:27.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:25.916954+0000 mgr.smithi071.wlolyy (mgr.14180) 515 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:27.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:26.421987+0000 mgr.smithi071.wlolyy (mgr.14180) 516 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:29.119 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:29.119 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:29.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:29.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:27.917421+0000 mgr.smithi071.wlolyy (mgr.14180) 517 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:27.917421+0000 mgr.smithi071.wlolyy (mgr.14180) 517 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:30.491 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:30.819 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:29.113865+0000 mgr.smithi071.wlolyy (mgr.14180) 518 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:29.113865+0000 mgr.smithi071.wlolyy (mgr.14180) 518 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:31.716 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:31.717 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:31.895 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:29.919630+0000 mgr.smithi071.wlolyy (mgr.14180) 519 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:31.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:29.919630+0000 mgr.smithi071.wlolyy (mgr.14180) 519 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:32.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:31.713048+0000 mgr.smithi071.wlolyy (mgr.14180) 520 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:32.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:31.713048+0000 mgr.smithi071.wlolyy (mgr.14180) 520 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:33.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:33.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:31.920362+0000 mgr.smithi071.wlolyy (mgr.14180) 521 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:33.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:31.920362+0000 mgr.smithi071.wlolyy (mgr.14180) 521 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:34.451 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:34.451 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:34.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:35.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:35.890 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:33.920997+0000 mgr.smithi071.wlolyy (mgr.14180) 522 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:35.890 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:34.447231+0000 mgr.smithi071.wlolyy (mgr.14180) 523 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:35.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:33.920997+0000 mgr.smithi071.wlolyy (mgr.14180) 522 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:35.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:34.447231+0000 mgr.smithi071.wlolyy (mgr.14180) 523 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:37.156 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:37.156 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:37.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:37.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:35.923597+0000 mgr.smithi071.wlolyy (mgr.14180) 524 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:37.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:35.923597+0000 mgr.smithi071.wlolyy (mgr.14180) 524 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:38.543 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:38.933 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:37.152527+0000 mgr.smithi071.wlolyy (mgr.14180) 525 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:38.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:37.152527+0000 mgr.smithi071.wlolyy (mgr.14180) 525 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:39.916 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:39.916 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:39.941 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:37.924325+0000 mgr.smithi071.wlolyy (mgr.14180) 526 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:39.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:37.924325+0000 mgr.smithi071.wlolyy (mgr.14180) 526 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:40.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:41.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:41.909 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:39.912218+0000 mgr.smithi071.wlolyy (mgr.14180) 527 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:41.909 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:39.925035+0000 mgr.smithi071.wlolyy (mgr.14180) 528 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:41.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:39.912218+0000 mgr.smithi071.wlolyy (mgr.14180) 527 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:41.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:39.925035+0000 mgr.smithi071.wlolyy (mgr.14180) 528 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:42.547 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:42.547 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:42.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:43.915 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:43.949 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:41.925550+0000 mgr.smithi071.wlolyy (mgr.14180) 529 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:43.949 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:42.543321+0000 mgr.smithi071.wlolyy (mgr.14180) 530 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:43.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:41.925550+0000 mgr.smithi071.wlolyy (mgr.14180) 529 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:43.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:42.543321+0000 mgr.smithi071.wlolyy (mgr.14180) 530 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:45.257 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:45.257 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:45.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:45.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:43.926463+0000 mgr.smithi071.wlolyy (mgr.14180) 531 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:45.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:43.926463+0000 mgr.smithi071.wlolyy (mgr.14180) 531 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:46.630 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:46.940 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:45.252751+0000 mgr.smithi071.wlolyy (mgr.14180) 532 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:46.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:45.252751+0000 mgr.smithi071.wlolyy (mgr.14180) 532 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:47.903 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:47.903 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:47.936 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:45.927116+0000 mgr.smithi071.wlolyy (mgr.14180) 533 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:47.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:45.927116+0000 mgr.smithi071.wlolyy (mgr.14180) 533 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:48.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:49.305 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:49.941 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:47.900026+0000 mgr.smithi071.wlolyy (mgr.14180) 534 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:49.941 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:47.927699+0000 mgr.smithi071.wlolyy (mgr.14180) 535 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:49.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:47.900026+0000 mgr.smithi071.wlolyy (mgr.14180) 534 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:49.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:47.927699+0000 mgr.smithi071.wlolyy (mgr.14180) 535 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:50.604 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:50.604 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:50.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:51.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:49.928627+0000 mgr.smithi071.wlolyy (mgr.14180) 536 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:51.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:50.600499+0000 mgr.smithi071.wlolyy (mgr.14180) 537 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:51.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:51.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:49.928627+0000 mgr.smithi071.wlolyy (mgr.14180) 536 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:51.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:50.600499+0000 mgr.smithi071.wlolyy (mgr.14180) 537 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:53.284 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:53.285 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:53.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:53.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:51.929223+0000 mgr.smithi071.wlolyy (mgr.14180) 538 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:53.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:51.929223+0000 mgr.smithi071.wlolyy (mgr.14180) 538 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:36:54.662 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:54.970 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:53.280414+0000 mgr.smithi071.wlolyy (mgr.14180) 539 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:54.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:53.280414+0000 mgr.smithi071.wlolyy (mgr.14180) 539 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:55.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:53.929902+0000 mgr.smithi071.wlolyy (mgr.14180) 540 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:55.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:53.929902+0000 mgr.smithi071.wlolyy (mgr.14180) 540 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:56.009 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:56.010 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:56.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:57.379 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:36:57.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:55.930610+0000 mgr.smithi071.wlolyy (mgr.14180) 541 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:57.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:56.006537+0000 mgr.smithi071.wlolyy (mgr.14180) 542 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:57.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:55.930610+0000 mgr.smithi071.wlolyy (mgr.14180) 541 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:57.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:56.006537+0000 mgr.smithi071.wlolyy (mgr.14180) 542 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:58.643 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:36:58.643 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:36:59.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:36:59.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:57.931187+0000 mgr.smithi071.wlolyy (mgr.14180) 543 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:59.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:36:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:36:58.639954+0000 mgr.smithi071.wlolyy (mgr.14180) 544 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:36:59.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:57.931187+0000 mgr.smithi071.wlolyy (mgr.14180) 543 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:36:59.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:36:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:36:58.639954+0000 mgr.smithi071.wlolyy (mgr.14180) 544 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:00.037 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:01.325 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:01.325 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:01.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:01.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:36:59.931976+0000 mgr.smithi071.wlolyy (mgr.14180) 545 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:01.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:36:59.931976+0000 mgr.smithi071.wlolyy (mgr.14180) 545 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:02.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:01.321287+0000 mgr.smithi071.wlolyy (mgr.14180) 546 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:02.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:01.321287+0000 mgr.smithi071.wlolyy (mgr.14180) 546 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:03.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:01.932440+0000 mgr.smithi071.wlolyy (mgr.14180) 547 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:03.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:01.932440+0000 mgr.smithi071.wlolyy (mgr.14180) 547 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:04.036 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:04.036 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:04.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:05.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:05.769 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:03.933275+0000 mgr.smithi071.wlolyy (mgr.14180) 548 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:05.770 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:04.032970+0000 mgr.smithi071.wlolyy (mgr.14180) 549 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:05.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:03.933275+0000 mgr.smithi071.wlolyy (mgr.14180) 548 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:05.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:04.032970+0000 mgr.smithi071.wlolyy (mgr.14180) 549 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:06.767 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:06.767 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:28.757177Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:07.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:05.933926+0000 mgr.smithi071.wlolyy (mgr.14180) 550 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:07.264693+0000 mon.smithi071 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.pxgpan"}]: dispatch 2024-01-18T07:37:07.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:05.933926+0000 mgr.smithi071.wlolyy (mgr.14180) 550 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:07.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:07.264693+0000 mon.smithi071 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.pxgpan"}]: dispatch 2024-01-18T07:37:08.134 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:06.763410+0000 mgr.smithi071.wlolyy (mgr.14180) 551 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:37:07.264192+0000 mgr.smithi071.wlolyy (mgr.14180) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.pxgpan ... 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:35:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:35:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:36:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Traceback (most recent call last): 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: yield (conn, connr) 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: code, '\n'.join(err))) 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.pxgpan ... 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:35:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:35:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:36:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:37:07.264378+0000 mgr.smithi071.wlolyy (mgr.14180) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:37:07.265265+0000 mgr.smithi071.wlolyy (mgr.14180) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.pxgpan ... 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:37:08.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:35:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:35:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:36:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:37:08.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:37:07.266663+0000 mgr.smithi071.wlolyy (mgr.14180) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.trdcja on smithi071 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:06.763410+0000 mgr.smithi071.wlolyy (mgr.14180) 551 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:37:07.264192+0000 mgr.smithi071.wlolyy (mgr.14180) 552 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.pxgpan ... 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:35:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:35:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:36:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Traceback (most recent call last): 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: yield (conn, connr) 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: code, '\n'.join(err))) 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.pxgpan ... 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:35:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:35:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:36:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:37:07.264378+0000 mgr.smithi071.wlolyy (mgr.14180) 553 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:37:07.265265+0000 mgr.smithi071.wlolyy (mgr.14180) 554 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan 2024-01-18T07:37:08.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.pxgpan ... 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:35:14Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:35:52Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:36:29Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:37:08.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:37:07.266663+0000 mgr.smithi071.wlolyy (mgr.14180) 555 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.trdcja on smithi071 2024-01-18T07:37:09.439 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:09.439 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:09.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:07.934399+0000 mgr.smithi071.wlolyy (mgr.14180) 556 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:09.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:07.934399+0000 mgr.smithi071.wlolyy (mgr.14180) 556 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:09.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:09.435153+0000 mgr.smithi071.wlolyy (mgr.14180) 557 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:10.982 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:10.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:09.435153+0000 mgr.smithi071.wlolyy (mgr.14180) 557 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:11.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:09.935297+0000 mgr.smithi071.wlolyy (mgr.14180) 558 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:11.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:09.935297+0000 mgr.smithi071.wlolyy (mgr.14180) 558 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:12.307 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:12.308 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:12.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:13.683 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:13.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:11.935803+0000 mgr.smithi071.wlolyy (mgr.14180) 559 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:13.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:12.304107+0000 mgr.smithi071.wlolyy (mgr.14180) 560 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:13.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:11.935803+0000 mgr.smithi071.wlolyy (mgr.14180) 559 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:13.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:12.304107+0000 mgr.smithi071.wlolyy (mgr.14180) 560 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:15.052 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:15.052 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:15.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:13.936461+0000 mgr.smithi071.wlolyy (mgr.14180) 561 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:15.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:13.936461+0000 mgr.smithi071.wlolyy (mgr.14180) 561 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:16.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:15.048886+0000 mgr.smithi071.wlolyy (mgr.14180) 562 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:16.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:15.048886+0000 mgr.smithi071.wlolyy (mgr.14180) 562 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:17.713 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:17.713 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:17.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:15.937132+0000 mgr.smithi071.wlolyy (mgr.14180) 563 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:17.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:15.937132+0000 mgr.smithi071.wlolyy (mgr.14180) 563 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:18.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:18.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:17.709219+0000 mgr.smithi071.wlolyy (mgr.14180) 564 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:19.089 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:19.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:17.709219+0000 mgr.smithi071.wlolyy (mgr.14180) 564 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:19.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:17.937633+0000 mgr.smithi071.wlolyy (mgr.14180) 565 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:20.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:17.937633+0000 mgr.smithi071.wlolyy (mgr.14180) 565 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:20.340 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:20.340 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:20.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:21.706 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:21.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:19.938322+0000 mgr.smithi071.wlolyy (mgr.14180) 566 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:21.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:20.336428+0000 mgr.smithi071.wlolyy (mgr.14180) 567 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:22.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:19.938322+0000 mgr.smithi071.wlolyy (mgr.14180) 566 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:22.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:20.336428+0000 mgr.smithi071.wlolyy (mgr.14180) 567 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:22.997 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:22.997 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:23.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:23.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:21.938854+0000 mgr.smithi071.wlolyy (mgr.14180) 568 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:24.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:21.938854+0000 mgr.smithi071.wlolyy (mgr.14180) 568 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:24.364 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:24.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:22.993103+0000 mgr.smithi071.wlolyy (mgr.14180) 569 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:25.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:22.993103+0000 mgr.smithi071.wlolyy (mgr.14180) 569 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:25.696 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:25.697 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:25.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:23.939633+0000 mgr.smithi071.wlolyy (mgr.14180) 570 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:26.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:26.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:23.939633+0000 mgr.smithi071.wlolyy (mgr.14180) 570 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:26.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:25.692683+0000 mgr.smithi071.wlolyy (mgr.14180) 571 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:27.079 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:27.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:25.692683+0000 mgr.smithi071.wlolyy (mgr.14180) 571 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:27.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:25.940315+0000 mgr.smithi071.wlolyy (mgr.14180) 572 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:28.227 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:25.940315+0000 mgr.smithi071.wlolyy (mgr.14180) 572 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:28.406 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:28.406 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:28.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:29.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:27.940785+0000 mgr.smithi071.wlolyy (mgr.14180) 573 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:29.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:28.402244+0000 mgr.smithi071.wlolyy (mgr.14180) 574 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:29.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:27.940785+0000 mgr.smithi071.wlolyy (mgr.14180) 573 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:29.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:28.402244+0000 mgr.smithi071.wlolyy (mgr.14180) 574 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:29.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:31.111 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:31.111 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:31.410 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:29.941686+0000 mgr.smithi071.wlolyy (mgr.14180) 575 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:31.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:29.941686+0000 mgr.smithi071.wlolyy (mgr.14180) 575 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:31.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:32.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:31.107270+0000 mgr.smithi071.wlolyy (mgr.14180) 576 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:32.486 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:32.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:31.107270+0000 mgr.smithi071.wlolyy (mgr.14180) 576 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:33.466 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:31.942255+0000 mgr.smithi071.wlolyy (mgr.14180) 577 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:33.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:31.942255+0000 mgr.smithi071.wlolyy (mgr.14180) 577 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:33.846 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:33.846 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:34.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:35.219 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:35.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:33.842804+0000 mgr.smithi071.wlolyy (mgr.14180) 578 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:35.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:33.942929+0000 mgr.smithi071.wlolyy (mgr.14180) 579 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:35.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:33.842804+0000 mgr.smithi071.wlolyy (mgr.14180) 578 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:35.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:33.942929+0000 mgr.smithi071.wlolyy (mgr.14180) 579 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:36.530 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:36.530 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:36.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:37.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:35.943750+0000 mgr.smithi071.wlolyy (mgr.14180) 580 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:37.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:36.526199+0000 mgr.smithi071.wlolyy (mgr.14180) 581 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:37.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:35.943750+0000 mgr.smithi071.wlolyy (mgr.14180) 580 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:37.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:36.526199+0000 mgr.smithi071.wlolyy (mgr.14180) 581 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:37.912 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:39.225 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:39.226 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:39.430 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:37.944351+0000 mgr.smithi071.wlolyy (mgr.14180) 582 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:39.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:37.944351+0000 mgr.smithi071.wlolyy (mgr.14180) 582 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:39.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:40.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:39.221722+0000 mgr.smithi071.wlolyy (mgr.14180) 583 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:40.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:39.221722+0000 mgr.smithi071.wlolyy (mgr.14180) 583 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:40.634 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:41.238 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:39.945208+0000 mgr.smithi071.wlolyy (mgr.14180) 584 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:41.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:39.945208+0000 mgr.smithi071.wlolyy (mgr.14180) 584 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:41.918 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:41.918 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:42.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:43.286 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:43.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:41.914231+0000 mgr.smithi071.wlolyy (mgr.14180) 585 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:43.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:41.945708+0000 mgr.smithi071.wlolyy (mgr.14180) 586 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:43.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:41.914231+0000 mgr.smithi071.wlolyy (mgr.14180) 585 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:43.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:41.945708+0000 mgr.smithi071.wlolyy (mgr.14180) 586 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:44.700 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:44.700 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:45.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:43.946380+0000 mgr.smithi071.wlolyy (mgr.14180) 587 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:45.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:44.696562+0000 mgr.smithi071.wlolyy (mgr.14180) 588 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:45.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:43.946380+0000 mgr.smithi071.wlolyy (mgr.14180) 587 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:45.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:44.696562+0000 mgr.smithi071.wlolyy (mgr.14180) 588 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:46.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:47.399 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:47.446 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:47.447 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:45.947145+0000 mgr.smithi071.wlolyy (mgr.14180) 589 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:47.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:45.947145+0000 mgr.smithi071.wlolyy (mgr.14180) 589 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:47.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:48.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:47.394096+0000 mgr.smithi071.wlolyy (mgr.14180) 590 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:48.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:47.394096+0000 mgr.smithi071.wlolyy (mgr.14180) 590 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:48.784 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:49.386 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:47.947654+0000 mgr.smithi071.wlolyy (mgr.14180) 591 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:49.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:47.947654+0000 mgr.smithi071.wlolyy (mgr.14180) 591 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:50.083 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:50.083 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:50.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:51.466 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:51.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:49.948380+0000 mgr.smithi071.wlolyy (mgr.14180) 592 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:51.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:50.079598+0000 mgr.smithi071.wlolyy (mgr.14180) 593 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:51.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:49.948380+0000 mgr.smithi071.wlolyy (mgr.14180) 592 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:51.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:50.079598+0000 mgr.smithi071.wlolyy (mgr.14180) 593 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:52.786 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:52.786 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:53.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:53.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:51.948863+0000 mgr.smithi071.wlolyy (mgr.14180) 594 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:53.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:51.948863+0000 mgr.smithi071.wlolyy (mgr.14180) 594 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:37:54.182 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:52.782038+0000 mgr.smithi071.wlolyy (mgr.14180) 595 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:54.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:52.782038+0000 mgr.smithi071.wlolyy (mgr.14180) 595 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:55.440 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:55.441 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:55.462 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:53.949547+0000 mgr.smithi071.wlolyy (mgr.14180) 596 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:55.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:53.949547+0000 mgr.smithi071.wlolyy (mgr.14180) 596 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:55.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:56.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:55.436909+0000 mgr.smithi071.wlolyy (mgr.14180) 597 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:56.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:55.436909+0000 mgr.smithi071.wlolyy (mgr.14180) 597 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:56.840 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:57.451 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:55.950167+0000 mgr.smithi071.wlolyy (mgr.14180) 598 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:57.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:55.950167+0000 mgr.smithi071.wlolyy (mgr.14180) 598 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:58.139 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:37:58.139 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:37:58.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:37:59.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:57.950614+0000 mgr.smithi071.wlolyy (mgr.14180) 599 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:59.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:37:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:37:58.135265+0000 mgr.smithi071.wlolyy (mgr.14180) 600 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:37:59.523 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:37:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:57.950614+0000 mgr.smithi071.wlolyy (mgr.14180) 599 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:37:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:37:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:37:58.135265+0000 mgr.smithi071.wlolyy (mgr.14180) 600 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:00.893 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:00.893 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:01.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:01.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:37:59.951254+0000 mgr.smithi071.wlolyy (mgr.14180) 601 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:37:59.951254+0000 mgr.smithi071.wlolyy (mgr.14180) 601 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:02.265 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:02.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:00.889787+0000 mgr.smithi071.wlolyy (mgr.14180) 602 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:00.889787+0000 mgr.smithi071.wlolyy (mgr.14180) 602 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:03.237 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:01.951820+0000 mgr.smithi071.wlolyy (mgr.14180) 603 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:03.623 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:03.623 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:01.951820+0000 mgr.smithi071.wlolyy (mgr.14180) 603 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:04.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:04.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:03.619516+0000 mgr.smithi071.wlolyy (mgr.14180) 604 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:03.619516+0000 mgr.smithi071.wlolyy (mgr.14180) 604 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:05.005 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:05.340 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:03.952651+0000 mgr.smithi071.wlolyy (mgr.14180) 605 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:05.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:03.952651+0000 mgr.smithi071.wlolyy (mgr.14180) 605 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:06.328 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:06.328 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:06.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:07.688 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:07.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:05.953324+0000 mgr.smithi071.wlolyy (mgr.14180) 606 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:07.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:06.324787+0000 mgr.smithi071.wlolyy (mgr.14180) 607 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:05.953324+0000 mgr.smithi071.wlolyy (mgr.14180) 606 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:06.324787+0000 mgr.smithi071.wlolyy (mgr.14180) 607 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:08.993 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:08.993 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:09.285 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:07.954090+0000 mgr.smithi071.wlolyy (mgr.14180) 608 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:09.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:07.954090+0000 mgr.smithi071.wlolyy (mgr.14180) 608 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:10.370 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:10.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:08.988950+0000 mgr.smithi071.wlolyy (mgr.14180) 609 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:08.988950+0000 mgr.smithi071.wlolyy (mgr.14180) 609 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:11.332 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:09.954808+0000 mgr.smithi071.wlolyy (mgr.14180) 610 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:11.693 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:11.694 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:11.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:09.954808+0000 mgr.smithi071.wlolyy (mgr.14180) 610 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:12.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:11.690103+0000 mgr.smithi071.wlolyy (mgr.14180) 611 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:12.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:11.690103+0000 mgr.smithi071.wlolyy (mgr.14180) 611 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:13.087 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:13.396 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:11.955574+0000 mgr.smithi071.wlolyy (mgr.14180) 612 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:13.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:11.955574+0000 mgr.smithi071.wlolyy (mgr.14180) 612 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:14.405 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:14.405 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:14.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:13.956357+0000 mgr.smithi071.wlolyy (mgr.14180) 613 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:14.401343+0000 mgr.smithi071.wlolyy (mgr.14180) 614 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:15.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:13.956357+0000 mgr.smithi071.wlolyy (mgr.14180) 613 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:15.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:14.401343+0000 mgr.smithi071.wlolyy (mgr.14180) 614 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:15.788 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:17.129 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:17.130 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:17.441 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:15.957024+0000 mgr.smithi071.wlolyy (mgr.14180) 615 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:17.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:17.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:15.957024+0000 mgr.smithi071.wlolyy (mgr.14180) 615 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:18.503 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:18.536 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:17.125859+0000 mgr.smithi071.wlolyy (mgr.14180) 616 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:17.125859+0000 mgr.smithi071.wlolyy (mgr.14180) 616 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:19.438 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:17.957503+0000 mgr.smithi071.wlolyy (mgr.14180) 617 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:17.957503+0000 mgr.smithi071.wlolyy (mgr.14180) 617 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:19.798 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:19.798 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:20.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:21.178 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:21.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:19.794855+0000 mgr.smithi071.wlolyy (mgr.14180) 618 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:21.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:19.958234+0000 mgr.smithi071.wlolyy (mgr.14180) 619 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:19.794855+0000 mgr.smithi071.wlolyy (mgr.14180) 618 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:19.958234+0000 mgr.smithi071.wlolyy (mgr.14180) 619 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:22.476 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:22.476 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:22.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:21.958949+0000 mgr.smithi071.wlolyy (mgr.14180) 620 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:22.472295+0000 mgr.smithi071.wlolyy (mgr.14180) 621 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:21.958949+0000 mgr.smithi071.wlolyy (mgr.14180) 620 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:22.472295+0000 mgr.smithi071.wlolyy (mgr.14180) 621 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:23.850 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:25.155 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:25.155 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:25.440 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:23.959663+0000 mgr.smithi071.wlolyy (mgr.14180) 622 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:25.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:23.959663+0000 mgr.smithi071.wlolyy (mgr.14180) 622 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:26.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:26.565 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:25.151097+0000 mgr.smithi071.wlolyy (mgr.14180) 623 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:25.151097+0000 mgr.smithi071.wlolyy (mgr.14180) 623 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:27.470 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:25.960535+0000 mgr.smithi071.wlolyy (mgr.14180) 624 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:25.960535+0000 mgr.smithi071.wlolyy (mgr.14180) 624 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:27.831 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:27.831 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:28.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:29.224 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:29.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:27.827447+0000 mgr.smithi071.wlolyy (mgr.14180) 625 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:29.525 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:27.961002+0000 mgr.smithi071.wlolyy (mgr.14180) 626 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:27.827447+0000 mgr.smithi071.wlolyy (mgr.14180) 625 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:27.961002+0000 mgr.smithi071.wlolyy (mgr.14180) 626 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:30.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:30.515 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:30.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:29.961791+0000 mgr.smithi071.wlolyy (mgr.14180) 627 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:30.511520+0000 mgr.smithi071.wlolyy (mgr.14180) 628 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:31.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:29.961791+0000 mgr.smithi071.wlolyy (mgr.14180) 627 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:31.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:30.511520+0000 mgr.smithi071.wlolyy (mgr.14180) 628 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:31.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:33.217 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:33.217 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:33.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:31.962357+0000 mgr.smithi071.wlolyy (mgr.14180) 629 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:33.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:31.962357+0000 mgr.smithi071.wlolyy (mgr.14180) 629 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:34.592 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:34.624 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:33.214000+0000 mgr.smithi071.wlolyy (mgr.14180) 630 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:34.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:33.214000+0000 mgr.smithi071.wlolyy (mgr.14180) 630 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:35.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:33.963300+0000 mgr.smithi071.wlolyy (mgr.14180) 631 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:33.963300+0000 mgr.smithi071.wlolyy (mgr.14180) 631 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:35.872 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:35.873 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:36.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:37.240 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:37.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:35.869058+0000 mgr.smithi071.wlolyy (mgr.14180) 632 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:37.558 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:35.964179+0000 mgr.smithi071.wlolyy (mgr.14180) 633 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:35.869058+0000 mgr.smithi071.wlolyy (mgr.14180) 632 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:35.964179+0000 mgr.smithi071.wlolyy (mgr.14180) 633 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:38.567 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:38.567 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:38.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:37.964652+0000 mgr.smithi071.wlolyy (mgr.14180) 634 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:38.563397+0000 mgr.smithi071.wlolyy (mgr.14180) 635 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:39.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:37.964652+0000 mgr.smithi071.wlolyy (mgr.14180) 634 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:39.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:38.563397+0000 mgr.smithi071.wlolyy (mgr.14180) 635 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:39.939 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:41.251 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:41.251 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:41.569 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:39.965445+0000 mgr.smithi071.wlolyy (mgr.14180) 636 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:41.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:39.965445+0000 mgr.smithi071.wlolyy (mgr.14180) 636 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:42.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:42.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:41.247134+0000 mgr.smithi071.wlolyy (mgr.14180) 637 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:41.247134+0000 mgr.smithi071.wlolyy (mgr.14180) 637 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:43.626 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:41.966000+0000 mgr.smithi071.wlolyy (mgr.14180) 638 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:43.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:41.966000+0000 mgr.smithi071.wlolyy (mgr.14180) 638 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:43.988 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:43.988 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:44.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:45.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:45.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:43.966691+0000 mgr.smithi071.wlolyy (mgr.14180) 639 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:45.714 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:43.984993+0000 mgr.smithi071.wlolyy (mgr.14180) 640 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:43.966691+0000 mgr.smithi071.wlolyy (mgr.14180) 639 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:43.984993+0000 mgr.smithi071.wlolyy (mgr.14180) 640 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:46.721 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:46.721 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:47.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:45.967546+0000 mgr.smithi071.wlolyy (mgr.14180) 641 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:46.717138+0000 mgr.smithi071.wlolyy (mgr.14180) 642 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:47.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:45.967546+0000 mgr.smithi071.wlolyy (mgr.14180) 641 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:47.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:46.717138+0000 mgr.smithi071.wlolyy (mgr.14180) 642 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:48.138 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:49.464 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:49.464 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:49.486 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:47.968159+0000 mgr.smithi071.wlolyy (mgr.14180) 643 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:47.968159+0000 mgr.smithi071.wlolyy (mgr.14180) 643 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:49.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:49.460881+0000 mgr.smithi071.wlolyy (mgr.14180) 644 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:50.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:49.460881+0000 mgr.smithi071.wlolyy (mgr.14180) 644 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:50.862 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:51.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:49.969050+0000 mgr.smithi071.wlolyy (mgr.14180) 645 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:49.969050+0000 mgr.smithi071.wlolyy (mgr.14180) 645 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:52.172 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:52.172 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:52.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:53.561 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:51.969580+0000 mgr.smithi071.wlolyy (mgr.14180) 646 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:52.167733+0000 mgr.smithi071.wlolyy (mgr.14180) 647 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:53.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:51.969580+0000 mgr.smithi071.wlolyy (mgr.14180) 646 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:38:53.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:52.167733+0000 mgr.smithi071.wlolyy (mgr.14180) 647 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:54.835 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:54.835 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:55.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:55.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:53.970455+0000 mgr.smithi071.wlolyy (mgr.14180) 648 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:53.970455+0000 mgr.smithi071.wlolyy (mgr.14180) 648 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:56.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:56.528 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:54.831773+0000 mgr.smithi071.wlolyy (mgr.14180) 649 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:54.831773+0000 mgr.smithi071.wlolyy (mgr.14180) 649 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:57.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:55.971179+0000 mgr.smithi071.wlolyy (mgr.14180) 650 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:57.534 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:38:57.534 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:38:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:55.971179+0000 mgr.smithi071.wlolyy (mgr.14180) 650 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:57.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:38:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:38:57.530691+0000 mgr.smithi071.wlolyy (mgr.14180) 651 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:38:57.530691+0000 mgr.smithi071.wlolyy (mgr.14180) 651 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:38:58.927 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:38:59.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:38:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:57.971904+0000 mgr.smithi071.wlolyy (mgr.14180) 652 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:38:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:38:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:57.971904+0000 mgr.smithi071.wlolyy (mgr.14180) 652 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:00.176 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:00.176 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:00.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:01.520 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:38:59.972598+0000 mgr.smithi071.wlolyy (mgr.14180) 653 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:00.172001+0000 mgr.smithi071.wlolyy (mgr.14180) 654 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:01.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:38:59.972598+0000 mgr.smithi071.wlolyy (mgr.14180) 653 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:01.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:00.172001+0000 mgr.smithi071.wlolyy (mgr.14180) 654 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:02.835 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:02.835 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:03.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:03.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:01.973091+0000 mgr.smithi071.wlolyy (mgr.14180) 655 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:01.973091+0000 mgr.smithi071.wlolyy (mgr.14180) 655 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:04.234 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:04.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:02.831262+0000 mgr.smithi071.wlolyy (mgr.14180) 656 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:02.831262+0000 mgr.smithi071.wlolyy (mgr.14180) 656 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:05.627 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:05.627 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:05.655 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:03.973909+0000 mgr.smithi071.wlolyy (mgr.14180) 657 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:05.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:03.973909+0000 mgr.smithi071.wlolyy (mgr.14180) 657 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:05.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:05.624123+0000 mgr.smithi071.wlolyy (mgr.14180) 658 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:06.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:05.624123+0000 mgr.smithi071.wlolyy (mgr.14180) 658 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:07.000 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:05.974625+0000 mgr.smithi071.wlolyy (mgr.14180) 659 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:07.727 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:05.974625+0000 mgr.smithi071.wlolyy (mgr.14180) 659 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:08.441 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:08.442 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:08.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:07.975085+0000 mgr.smithi071.wlolyy (mgr.14180) 660 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:08.438078+0000 mgr.smithi071.wlolyy (mgr.14180) 661 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:09.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:07.975085+0000 mgr.smithi071.wlolyy (mgr.14180) 660 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:09.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:08.438078+0000 mgr.smithi071.wlolyy (mgr.14180) 661 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:09.832 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:11.041 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:11.042 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:11.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:09.975954+0000 mgr.smithi071.wlolyy (mgr.14180) 662 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:11.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:09.975954+0000 mgr.smithi071.wlolyy (mgr.14180) 662 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:12.417 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:11.037672+0000 mgr.smithi071.wlolyy (mgr.14180) 663 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:12.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:11.037672+0000 mgr.smithi071.wlolyy (mgr.14180) 663 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:13.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:11.976603+0000 mgr.smithi071.wlolyy (mgr.14180) 664 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:13.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:11.976603+0000 mgr.smithi071.wlolyy (mgr.14180) 664 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:13.800 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:13.801 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:14.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:15.181 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:15.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:13.797257+0000 mgr.smithi071.wlolyy (mgr.14180) 665 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:15.490 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:13.977410+0000 mgr.smithi071.wlolyy (mgr.14180) 666 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:13.797257+0000 mgr.smithi071.wlolyy (mgr.14180) 665 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:13.977410+0000 mgr.smithi071.wlolyy (mgr.14180) 666 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:16.474 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:16.474 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:16.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:17.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:15.978206+0000 mgr.smithi071.wlolyy (mgr.14180) 667 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:17.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:16.469718+0000 mgr.smithi071.wlolyy (mgr.14180) 668 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:17.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:15.978206+0000 mgr.smithi071.wlolyy (mgr.14180) 667 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:17.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:16.469718+0000 mgr.smithi071.wlolyy (mgr.14180) 668 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:17.864 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:19.229 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:19.229 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:19.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:17.978682+0000 mgr.smithi071.wlolyy (mgr.14180) 669 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:19.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:17.978682+0000 mgr.smithi071.wlolyy (mgr.14180) 669 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:20.639 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:19.225287+0000 mgr.smithi071.wlolyy (mgr.14180) 670 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:20.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:19.225287+0000 mgr.smithi071.wlolyy (mgr.14180) 670 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:21.575 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:19.979538+0000 mgr.smithi071.wlolyy (mgr.14180) 671 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:19.979538+0000 mgr.smithi071.wlolyy (mgr.14180) 671 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:21.921 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:21.921 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:22.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:23.282 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:23.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:21.917953+0000 mgr.smithi071.wlolyy (mgr.14180) 672 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:23.598 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:21.980043+0000 mgr.smithi071.wlolyy (mgr.14180) 673 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:21.917953+0000 mgr.smithi071.wlolyy (mgr.14180) 672 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:21.980043+0000 mgr.smithi071.wlolyy (mgr.14180) 673 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:24.591 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:24.592 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:24.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:23.980652+0000 mgr.smithi071.wlolyy (mgr.14180) 674 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:24.587777+0000 mgr.smithi071.wlolyy (mgr.14180) 675 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:25.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:23.980652+0000 mgr.smithi071.wlolyy (mgr.14180) 674 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:25.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:24.587777+0000 mgr.smithi071.wlolyy (mgr.14180) 675 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:25.970 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:27.243 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:27.243 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:27.535 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:25.981407+0000 mgr.smithi071.wlolyy (mgr.14180) 676 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:27.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:25.981407+0000 mgr.smithi071.wlolyy (mgr.14180) 676 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:28.612 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:28.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:27.239139+0000 mgr.smithi071.wlolyy (mgr.14180) 677 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:28.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:27.239139+0000 mgr.smithi071.wlolyy (mgr.14180) 677 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:29.590 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:27.981970+0000 mgr.smithi071.wlolyy (mgr.14180) 678 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:27.981970+0000 mgr.smithi071.wlolyy (mgr.14180) 678 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:29.970 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:29.970 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:30.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:31.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:31.696 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:29.966580+0000 mgr.smithi071.wlolyy (mgr.14180) 679 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:31.696 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:29.982687+0000 mgr.smithi071.wlolyy (mgr.14180) 680 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:29.966580+0000 mgr.smithi071.wlolyy (mgr.14180) 679 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:29.982687+0000 mgr.smithi071.wlolyy (mgr.14180) 680 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:32.744 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:32.745 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:33.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:31.983335+0000 mgr.smithi071.wlolyy (mgr.14180) 681 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:32.740713+0000 mgr.smithi071.wlolyy (mgr.14180) 682 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:33.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:31.983335+0000 mgr.smithi071.wlolyy (mgr.14180) 681 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:39:33.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:32.740713+0000 mgr.smithi071.wlolyy (mgr.14180) 682 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:34.128 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:35.449 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:35.450 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:35.211905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:32:04.502373Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.ehgofd on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-ehgofd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.ehgofd\nDeploy daemon haproxy.nfs.foo.smithi087.ehgofd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:30:12Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:30:49Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:31:26Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.890890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.aagzui on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-aagzui\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.aagzui\nDeploy daemon haproxy.nfs.foo.smithi071.aagzui ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:32:41Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:18Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:33:56Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:34:33.895287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.ygqbos on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:35.212059Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:35.212139Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:35.212213Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:35.212282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:35.212551Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:33.984145+0000 mgr.smithi071.wlolyy (mgr.14180) 683 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:35.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:33.984145+0000 mgr.smithi071.wlolyy (mgr.14180) 683 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:35.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:35.445604+0000 mgr.smithi071.wlolyy (mgr.14180) 684 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:36.418246+0000 mon.smithi071 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.trdcja"}]: dispatch 2024-01-18T07:39:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:36.424852+0000 mon.smithi071 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:39:36.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:35.445604+0000 mgr.smithi071.wlolyy (mgr.14180) 684 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:36.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:36.418246+0000 mon.smithi071 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.trdcja"}]: dispatch 2024-01-18T07:39:36.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:36.424852+0000 mon.smithi071 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:39:36.869 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:35.984927+0000 mgr.smithi071.wlolyy (mgr.14180) 685 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:36.417758+0000 mgr.smithi071.wlolyy (mgr.14180) 686 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.trdcja ... 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:37:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:38:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:38:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Traceback (most recent call last): 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: yield (conn, connr) 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: code, '\n'.join(err))) 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.trdcja ... 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:39:37.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:37:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:38:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:38:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:36.417938+0000 mgr.smithi071.wlolyy (mgr.14180) 687 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:36.418780+0000 mgr.smithi071.wlolyy (mgr.14180) 688 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.trdcja ... 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:39:37.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:37:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:38:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:38:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:36.419973+0000 mgr.smithi071.wlolyy (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:36.421003+0000 mgr.smithi071.wlolyy (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:36.421643+0000 mgr.smithi071.wlolyy (mgr.14180) 691 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:36.455353+0000 mon.smithi071 (mon.0) 652 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:36.660350+0000 mon.smithi071 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:37.729 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:36.666412+0000 mon.smithi071 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:37.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:35.984927+0000 mgr.smithi071.wlolyy (mgr.14180) 685 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:37.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:36.417758+0000 mgr.smithi071.wlolyy (mgr.14180) 686 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.trdcja ... 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:37:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:38:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:38:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Traceback (most recent call last): 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: yield (conn, connr) 2024-01-18T07:39:37.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: code, '\n'.join(err))) 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.trdcja ... 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:37:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:38:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:38:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:36.417938+0000 mgr.smithi071.wlolyy (mgr.14180) 687 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:36.418780+0000 mgr.smithi071.wlolyy (mgr.14180) 688 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.trdcja ... 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:37:44Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:38:21Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:38:58Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:39:37.745 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:39:37.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:39:37.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:36.419973+0000 mgr.smithi071.wlolyy (mgr.14180) 689 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:39:37.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:36.421003+0000 mgr.smithi071.wlolyy (mgr.14180) 690 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:39:37.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:36.421643+0000 mgr.smithi071.wlolyy (mgr.14180) 691 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T07:39:37.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:36.455353+0000 mon.smithi071 (mon.0) 652 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T07:39:37.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:36.660350+0000 mon.smithi071 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:37.746 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:36.666412+0000 mon.smithi071 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:38.643 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:38.643 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:34:37.328416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:34:37.328479Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:34:37.328540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:34:37.328346Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:34:37.328197Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:34:37.329047Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:34:37.328601Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:34:37.328719Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:34:37.328661Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:34:37.328954Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:39.169 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:37.951124+0000 mon.smithi071 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:38.103988+0000 mon.smithi071 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:38.233245+0000 mon.smithi071 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:38.234376+0000 mon.smithi071 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:38.234928+0000 mon.smithi071 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:38.235458+0000 mon.smithi071 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:38.235878+0000 mgr.smithi071.wlolyy (mgr.14180) 692 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3734M 2024-01-18T07:39:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:38.240769+0000 mon.smithi071 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:38.422318+0000 mgr.smithi071.wlolyy (mgr.14180) 693 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T07:39:39.226 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:38.639202+0000 mgr.smithi071.wlolyy (mgr.14180) 694 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:39.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:37.951124+0000 mon.smithi071 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:38.103988+0000 mon.smithi071 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:38.233245+0000 mon.smithi071 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:38.234376+0000 mon.smithi071 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:38.234928+0000 mon.smithi071 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:38.235458+0000 mon.smithi071 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:38.235878+0000 mgr.smithi071.wlolyy (mgr.14180) 692 : cephadm [INF] Adjusting osd_memory_target on smithi087 to 3734M 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:38.240769+0000 mon.smithi071 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:38.422318+0000 mgr.smithi071.wlolyy (mgr.14180) 693 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T07:39:39.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:38.639202+0000 mgr.smithi071.wlolyy (mgr.14180) 694 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:40.171 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:41.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.263850+0000 mon.smithi071 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:40.423363+0000 mgr.smithi071.wlolyy (mgr.14180) 695 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.719189+0000 mon.smithi071 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.719771+0000 mon.smithi071 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.720252+0000 mon.smithi071 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.720709+0000 mon.smithi071 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:40.721077+0000 mgr.smithi071.wlolyy (mgr.14180) 696 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 2710M 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.724815+0000 mon.smithi071 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.725640+0000 mon.smithi071 (mon.0) 668 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.726168+0000 mon.smithi071 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:40.729276+0000 mgr.smithi071.wlolyy (mgr.14180) 697 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.885443+0000 mon.smithi071 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.890041+0000 mon.smithi071 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:39:41.493 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:40.897425+0000 mon.smithi071 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.567 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:41.567 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.263850+0000 mon.smithi071 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:40.423363+0000 mgr.smithi071.wlolyy (mgr.14180) 695 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-18T07:39:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.719189+0000 mon.smithi071 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.719771+0000 mon.smithi071 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.720252+0000 mon.smithi071 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.720709+0000 mon.smithi071 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:40.721077+0000 mgr.smithi071.wlolyy (mgr.14180) 696 : cephadm [INF] Adjusting osd_memory_target on smithi071 to 2710M 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.724815+0000 mon.smithi071 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.725640+0000 mon.smithi071 (mon.0) 668 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.726168+0000 mon.smithi071 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:40.729276+0000 mgr.smithi071.wlolyy (mgr.14180) 697 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.885443+0000 mon.smithi071 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.890041+0000 mon.smithi071 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:39:41.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:40.897425+0000 mon.smithi071 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:39:41.936 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:40.886290+0000 mgr.smithi071.wlolyy (mgr.14180) 698 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2024-01-18T07:39:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:39:40.899804+0000 mgr.smithi071.wlolyy (mgr.14180) 699 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.tgdbbs on smithi087 2024-01-18T07:39:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:41.261722+0000 mon.smithi071 (mon.0) 673 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T07:39:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:41.261777+0000 mon.smithi071 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-01-18T07:39:42.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:41.562625+0000 mgr.smithi071.wlolyy (mgr.14180) 700 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:42.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:40.886290+0000 mgr.smithi071.wlolyy (mgr.14180) 698 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2024-01-18T07:39:42.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:39:40.899804+0000 mgr.smithi071.wlolyy (mgr.14180) 699 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.tgdbbs on smithi087 2024-01-18T07:39:42.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:41.261722+0000 mon.smithi071 (mon.0) 673 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T07:39:42.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:41.261777+0000 mon.smithi071 (mon.0) 674 : cluster [INF] Cluster is now healthy 2024-01-18T07:39:42.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:41.562625+0000 mgr.smithi071.wlolyy (mgr.14180) 700 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:42.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:44.334 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:44.334 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:44.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:42.886817+0000 mgr.smithi071.wlolyy (mgr.14180) 701 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2024-01-18T07:39:44.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:44.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:42.886817+0000 mgr.smithi071.wlolyy (mgr.14180) 701 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 49 op/s 2024-01-18T07:39:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:44.330223+0000 mgr.smithi071.wlolyy (mgr.14180) 702 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:45.727 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:45.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:44.330223+0000 mgr.smithi071.wlolyy (mgr.14180) 702 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:46.662 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:44.887498+0000 mgr.smithi071.wlolyy (mgr.14180) 703 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2024-01-18T07:39:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:44.887498+0000 mgr.smithi071.wlolyy (mgr.14180) 703 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2024-01-18T07:39:47.026 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:47.026 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:47.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:48.424 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:46.888032+0000 mgr.smithi071.wlolyy (mgr.14180) 704 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-01-18T07:39:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:47.022398+0000 mgr.smithi071.wlolyy (mgr.14180) 705 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:46.888032+0000 mgr.smithi071.wlolyy (mgr.14180) 704 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-01-18T07:39:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:47.022398+0000 mgr.smithi071.wlolyy (mgr.14180) 705 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:49.797 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:49.797 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:50.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:50.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:48.888641+0000 mgr.smithi071.wlolyy (mgr.14180) 706 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-01-18T07:39:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:48.888641+0000 mgr.smithi071.wlolyy (mgr.14180) 706 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-01-18T07:39:51.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:51.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:49.793474+0000 mgr.smithi071.wlolyy (mgr.14180) 707 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:49.793474+0000 mgr.smithi071.wlolyy (mgr.14180) 707 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:52.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:50.889375+0000 mgr.smithi071.wlolyy (mgr.14180) 708 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 93 op/s 2024-01-18T07:39:52.547 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:52.548 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:50.889375+0000 mgr.smithi071.wlolyy (mgr.14180) 708 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 57 KiB/s rd, 0 B/s wr, 93 op/s 2024-01-18T07:39:52.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:52.544389+0000 mgr.smithi071.wlolyy (mgr.14180) 709 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:53.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:52.544389+0000 mgr.smithi071.wlolyy (mgr.14180) 709 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:53.923 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:54.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:52.890026+0000 mgr.smithi071.wlolyy (mgr.14180) 710 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-18T07:39:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:52.890026+0000 mgr.smithi071.wlolyy (mgr.14180) 710 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 59 op/s 2024-01-18T07:39:55.204 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:55.204 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:55.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:56.571 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:56.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:54.890710+0000 mgr.smithi071.wlolyy (mgr.14180) 711 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-01-18T07:39:56.601 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:55.200628+0000 mgr.smithi071.wlolyy (mgr.14180) 712 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:54.890710+0000 mgr.smithi071.wlolyy (mgr.14180) 711 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 27 KiB/s rd, 0 B/s wr, 44 op/s 2024-01-18T07:39:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:55.200628+0000 mgr.smithi071.wlolyy (mgr.14180) 712 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:57.923 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:39:57.923 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:39:58.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:39:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:56.891220+0000 mgr.smithi071.wlolyy (mgr.14180) 713 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:58.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:56.891220+0000 mgr.smithi071.wlolyy (mgr.14180) 713 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:39:59.327 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:39:59.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:39:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:39:57.918997+0000 mgr.smithi071.wlolyy (mgr.14180) 714 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:39:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:39:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:39:57.918997+0000 mgr.smithi071.wlolyy (mgr.14180) 714 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:00.679 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:00.679 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:00.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:39:58.892001+0000 mgr.smithi071.wlolyy (mgr.14180) 715 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-01-18T07:40:00.706 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:00.000096+0000 mon.smithi071 (mon.0) 675 : cluster [INF] overall HEALTH_OK 2024-01-18T07:40:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:39:58.892001+0000 mgr.smithi071.wlolyy (mgr.14180) 715 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-01-18T07:40:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:00.000096+0000 mon.smithi071 (mon.0) 675 : cluster [INF] overall HEALTH_OK 2024-01-18T07:40:01.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:00.675489+0000 mgr.smithi071.wlolyy (mgr.14180) 716 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:01.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:00.675489+0000 mgr.smithi071.wlolyy (mgr.14180) 716 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:02.047 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:02.388 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:00.892876+0000 mgr.smithi071.wlolyy (mgr.14180) 717 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-18T07:40:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:00.892876+0000 mgr.smithi071.wlolyy (mgr.14180) 717 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-18T07:40:03.394 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:03.394 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:03.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:02.893391+0000 mgr.smithi071.wlolyy (mgr.14180) 718 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:03.390286+0000 mgr.smithi071.wlolyy (mgr.14180) 719 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:04.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:02.893391+0000 mgr.smithi071.wlolyy (mgr.14180) 718 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:04.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:03.390286+0000 mgr.smithi071.wlolyy (mgr.14180) 719 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:04.780 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:06.185 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:06.185 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:06.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:04.894107+0000 mgr.smithi071.wlolyy (mgr.14180) 720 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:06.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:04.894107+0000 mgr.smithi071.wlolyy (mgr.14180) 720 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:07.589 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:07.622 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:06.181946+0000 mgr.smithi071.wlolyy (mgr.14180) 721 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:06.181946+0000 mgr.smithi071.wlolyy (mgr.14180) 721 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:08.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:06.894717+0000 mgr.smithi071.wlolyy (mgr.14180) 722 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:08.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:06.894717+0000 mgr.smithi071.wlolyy (mgr.14180) 722 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:08.982 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:08.982 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:09.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:10.302 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:10.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:08.895588+0000 mgr.smithi071.wlolyy (mgr.14180) 723 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:10.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:08.978905+0000 mgr.smithi071.wlolyy (mgr.14180) 724 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:08.895588+0000 mgr.smithi071.wlolyy (mgr.14180) 723 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2024-01-18T07:40:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:08.978905+0000 mgr.smithi071.wlolyy (mgr.14180) 724 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:11.606 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:11.606 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:11.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:10.896274+0000 mgr.smithi071.wlolyy (mgr.14180) 725 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-18T07:40:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:11.602858+0000 mgr.smithi071.wlolyy (mgr.14180) 726 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:12.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:10.896274+0000 mgr.smithi071.wlolyy (mgr.14180) 725 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-01-18T07:40:12.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:11.602858+0000 mgr.smithi071.wlolyy (mgr.14180) 726 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:12.994 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:14.318 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:14.318 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:14.624 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:12.896812+0000 mgr.smithi071.wlolyy (mgr.14180) 727 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T07:40:14.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:12.896812+0000 mgr.smithi071.wlolyy (mgr.14180) 727 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 B/s wr, 0 op/s 2024-01-18T07:40:15.718 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:14.314721+0000 mgr.smithi071.wlolyy (mgr.14180) 728 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:15.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:14.314721+0000 mgr.smithi071.wlolyy (mgr.14180) 728 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:16.664 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:14.897526+0000 mgr.smithi071.wlolyy (mgr.14180) 729 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:16.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:14.897526+0000 mgr.smithi071.wlolyy (mgr.14180) 729 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:17.038 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:17.038 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:17.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:18.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:16.898063+0000 mgr.smithi071.wlolyy (mgr.14180) 730 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:17.034874+0000 mgr.smithi071.wlolyy (mgr.14180) 731 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:18.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:16.898063+0000 mgr.smithi071.wlolyy (mgr.14180) 730 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:18.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:17.034874+0000 mgr.smithi071.wlolyy (mgr.14180) 731 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:19.833 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:19.833 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:20.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:18.898652+0000 mgr.smithi071.wlolyy (mgr.14180) 732 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:20.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:18.898652+0000 mgr.smithi071.wlolyy (mgr.14180) 732 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:21.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:21.561 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:19.829642+0000 mgr.smithi071.wlolyy (mgr.14180) 733 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:19.829642+0000 mgr.smithi071.wlolyy (mgr.14180) 733 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:22.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:20.899541+0000 mgr.smithi071.wlolyy (mgr.14180) 734 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:22.523 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:22.523 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:20.899541+0000 mgr.smithi071.wlolyy (mgr.14180) 734 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:22.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:22.520337+0000 mgr.smithi071.wlolyy (mgr.14180) 735 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:22.520337+0000 mgr.smithi071.wlolyy (mgr.14180) 735 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:23.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:24.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:22.900020+0000 mgr.smithi071.wlolyy (mgr.14180) 736 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:24.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:22.900020+0000 mgr.smithi071.wlolyy (mgr.14180) 736 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:25.251 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:25.251 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:25.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:26.633 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:26.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:24.900802+0000 mgr.smithi071.wlolyy (mgr.14180) 737 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:26.665 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:25.247670+0000 mgr.smithi071.wlolyy (mgr.14180) 738 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:24.900802+0000 mgr.smithi071.wlolyy (mgr.14180) 737 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:25.247670+0000 mgr.smithi071.wlolyy (mgr.14180) 738 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:28.052 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:28.052 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:28.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:28.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:26.901562+0000 mgr.smithi071.wlolyy (mgr.14180) 739 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:28.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:26.901562+0000 mgr.smithi071.wlolyy (mgr.14180) 739 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:29.433 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:28.047278+0000 mgr.smithi071.wlolyy (mgr.14180) 740 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:29.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:28.047278+0000 mgr.smithi071.wlolyy (mgr.14180) 740 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:28.902329+0000 mgr.smithi071.wlolyy (mgr.14180) 741 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:30.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:28.902329+0000 mgr.smithi071.wlolyy (mgr.14180) 741 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:30.840 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:30.840 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:31.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:32.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:32.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:30.836277+0000 mgr.smithi071.wlolyy (mgr.14180) 742 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:32.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:30.902970+0000 mgr.smithi071.wlolyy (mgr.14180) 743 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:30.836277+0000 mgr.smithi071.wlolyy (mgr.14180) 742 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:30.902970+0000 mgr.smithi071.wlolyy (mgr.14180) 743 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:33.574 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:33.574 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:33.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:34.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:32.903437+0000 mgr.smithi071.wlolyy (mgr.14180) 744 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:34.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:33.571012+0000 mgr.smithi071.wlolyy (mgr.14180) 745 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:34.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:32.903437+0000 mgr.smithi071.wlolyy (mgr.14180) 744 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:34.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:33.571012+0000 mgr.smithi071.wlolyy (mgr.14180) 745 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:34.957 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:36.229 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:36.229 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:36.569 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:34.904312+0000 mgr.smithi071.wlolyy (mgr.14180) 746 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:36.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:34.904312+0000 mgr.smithi071.wlolyy (mgr.14180) 746 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:37.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:36.224719+0000 mgr.smithi071.wlolyy (mgr.14180) 747 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:37.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:36.224719+0000 mgr.smithi071.wlolyy (mgr.14180) 747 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:38.642 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:36.904904+0000 mgr.smithi071.wlolyy (mgr.14180) 748 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:36.904904+0000 mgr.smithi071.wlolyy (mgr.14180) 748 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:39.007 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:39.008 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:39.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:40.397 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:38.905539+0000 mgr.smithi071.wlolyy (mgr.14180) 749 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:39.004192+0000 mgr.smithi071.wlolyy (mgr.14180) 750 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:40.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:38.905539+0000 mgr.smithi071.wlolyy (mgr.14180) 749 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:40.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:39.004192+0000 mgr.smithi071.wlolyy (mgr.14180) 750 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:41.733 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:41.733 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:42.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:40.906215+0000 mgr.smithi071.wlolyy (mgr.14180) 751 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:41.729847+0000 mgr.smithi071.wlolyy (mgr.14180) 752 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:42.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:40.906215+0000 mgr.smithi071.wlolyy (mgr.14180) 751 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:42.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:41.729847+0000 mgr.smithi071.wlolyy (mgr.14180) 752 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:43.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:44.469 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:44.469 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:44.689 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:42.906789+0000 mgr.smithi071.wlolyy (mgr.14180) 753 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:44.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:42.906789+0000 mgr.smithi071.wlolyy (mgr.14180) 753 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:44.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:44.465566+0000 mgr.smithi071.wlolyy (mgr.14180) 754 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:45.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:44.465566+0000 mgr.smithi071.wlolyy (mgr.14180) 754 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:45.878 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:46.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:44.907510+0000 mgr.smithi071.wlolyy (mgr.14180) 755 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:44.907510+0000 mgr.smithi071.wlolyy (mgr.14180) 755 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:47.185 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:47.185 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:47.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:48.546 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:46.908063+0000 mgr.smithi071.wlolyy (mgr.14180) 756 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:47.181388+0000 mgr.smithi071.wlolyy (mgr.14180) 757 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:48.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:46.908063+0000 mgr.smithi071.wlolyy (mgr.14180) 756 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:48.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:47.181388+0000 mgr.smithi071.wlolyy (mgr.14180) 757 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:49.858 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:49.858 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:50.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:48.908670+0000 mgr.smithi071.wlolyy (mgr.14180) 758 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:50.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:48.908670+0000 mgr.smithi071.wlolyy (mgr.14180) 758 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:51.244 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:51.612 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:49.854314+0000 mgr.smithi071.wlolyy (mgr.14180) 759 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:49.854314+0000 mgr.smithi071.wlolyy (mgr.14180) 759 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:52.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:50.909588+0000 mgr.smithi071.wlolyy (mgr.14180) 760 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:52.603 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:52.603 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:50.909588+0000 mgr.smithi071.wlolyy (mgr.14180) 760 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:40:52.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:52.599391+0000 mgr.smithi071.wlolyy (mgr.14180) 761 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:53.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:52.599391+0000 mgr.smithi071.wlolyy (mgr.14180) 761 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:53.986 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:54.621 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:52.910369+0000 mgr.smithi071.wlolyy (mgr.14180) 762 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:52.910369+0000 mgr.smithi071.wlolyy (mgr.14180) 762 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:55.284 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:55.284 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:55.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:56.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:54.911154+0000 mgr.smithi071.wlolyy (mgr.14180) 763 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:55.280543+0000 mgr.smithi071.wlolyy (mgr.14180) 764 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:56.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:54.911154+0000 mgr.smithi071.wlolyy (mgr.14180) 763 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:56.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:55.280543+0000 mgr.smithi071.wlolyy (mgr.14180) 764 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:57.959 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:40:57.959 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:40:58.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:40:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:56.911788+0000 mgr.smithi071.wlolyy (mgr.14180) 765 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:58.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:56.911788+0000 mgr.smithi071.wlolyy (mgr.14180) 765 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:40:59.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:40:59.660 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:40:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:40:57.955720+0000 mgr.smithi071.wlolyy (mgr.14180) 766 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:40:59.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:40:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:40:57.955720+0000 mgr.smithi071.wlolyy (mgr.14180) 766 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:00.660 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:00.661 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:00.690 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:40:58.912505+0000 mgr.smithi071.wlolyy (mgr.14180) 767 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:00.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:40:58.912505+0000 mgr.smithi071.wlolyy (mgr.14180) 767 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:01.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:01.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:00.656992+0000 mgr.smithi071.wlolyy (mgr.14180) 768 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:01.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:00.656992+0000 mgr.smithi071.wlolyy (mgr.14180) 768 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:02.084 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:02.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:00.913246+0000 mgr.smithi071.wlolyy (mgr.14180) 769 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:00.913246+0000 mgr.smithi071.wlolyy (mgr.14180) 769 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:03.439 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:03.439 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:03.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:04.816 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:04.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:02.913670+0000 mgr.smithi071.wlolyy (mgr.14180) 770 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:04.845 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:03.434408+0000 mgr.smithi071.wlolyy (mgr.14180) 771 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:02.913670+0000 mgr.smithi071.wlolyy (mgr.14180) 770 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:03.434408+0000 mgr.smithi071.wlolyy (mgr.14180) 771 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:06.120 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:06.120 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:06.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:06.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:04.914364+0000 mgr.smithi071.wlolyy (mgr.14180) 772 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:06.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:04.914364+0000 mgr.smithi071.wlolyy (mgr.14180) 772 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:07.508 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:07.867 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:06.116942+0000 mgr.smithi071.wlolyy (mgr.14180) 773 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:06.116942+0000 mgr.smithi071.wlolyy (mgr.14180) 773 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:08.890 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:08.891 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:08.913 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:06.914932+0000 mgr.smithi071.wlolyy (mgr.14180) 774 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:06.914932+0000 mgr.smithi071.wlolyy (mgr.14180) 774 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:09.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:10.212 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:10.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:08.886810+0000 mgr.smithi071.wlolyy (mgr.14180) 775 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:10.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:08.915769+0000 mgr.smithi071.wlolyy (mgr.14180) 776 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:08.886810+0000 mgr.smithi071.wlolyy (mgr.14180) 775 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:08.915769+0000 mgr.smithi071.wlolyy (mgr.14180) 776 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:11.490 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:11.491 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:11.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:12.873 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:12.906 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:10.916414+0000 mgr.smithi071.wlolyy (mgr.14180) 777 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:12.906 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:11.486676+0000 mgr.smithi071.wlolyy (mgr.14180) 778 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:10.916414+0000 mgr.smithi071.wlolyy (mgr.14180) 777 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:11.486676+0000 mgr.smithi071.wlolyy (mgr.14180) 778 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:14.208 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:14.208 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:14.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:14.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:12.916935+0000 mgr.smithi071.wlolyy (mgr.14180) 779 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:14.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:12.916935+0000 mgr.smithi071.wlolyy (mgr.14180) 779 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:15.588 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:15.872 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:14.204708+0000 mgr.smithi071.wlolyy (mgr.14180) 780 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:14.204708+0000 mgr.smithi071.wlolyy (mgr.14180) 780 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:16.851 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:16.852 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:16.873 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:14.917559+0000 mgr.smithi071.wlolyy (mgr.14180) 781 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:14.917559+0000 mgr.smithi071.wlolyy (mgr.14180) 781 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:17.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:18.255 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:18.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:16.847108+0000 mgr.smithi071.wlolyy (mgr.14180) 782 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:18.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:16.918280+0000 mgr.smithi071.wlolyy (mgr.14180) 783 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:16.847108+0000 mgr.smithi071.wlolyy (mgr.14180) 782 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:16.918280+0000 mgr.smithi071.wlolyy (mgr.14180) 783 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:19.588 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:19.588 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:19.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:20.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:18.918907+0000 mgr.smithi071.wlolyy (mgr.14180) 784 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:19.584674+0000 mgr.smithi071.wlolyy (mgr.14180) 785 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:20.990 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:18.918907+0000 mgr.smithi071.wlolyy (mgr.14180) 784 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:20.990 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:19.584674+0000 mgr.smithi071.wlolyy (mgr.14180) 785 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:22.220 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:22.221 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:22.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:22.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:20.919530+0000 mgr.smithi071.wlolyy (mgr.14180) 786 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:22.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:20.919530+0000 mgr.smithi071.wlolyy (mgr.14180) 786 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:23.605 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:23.931 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:22.216982+0000 mgr.smithi071.wlolyy (mgr.14180) 787 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:23.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:22.216982+0000 mgr.smithi071.wlolyy (mgr.14180) 787 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:24.923 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:24.924 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:24.949 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:22.920108+0000 mgr.smithi071.wlolyy (mgr.14180) 788 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:22.920108+0000 mgr.smithi071.wlolyy (mgr.14180) 788 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:25.303 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:26.304 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:26.629 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:24.919871+0000 mgr.smithi071.wlolyy (mgr.14180) 789 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:26.629 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:24.920754+0000 mgr.smithi071.wlolyy (mgr.14180) 790 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:24.919871+0000 mgr.smithi071.wlolyy (mgr.14180) 789 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:24.920754+0000 mgr.smithi071.wlolyy (mgr.14180) 790 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:27.620 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:27.621 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:28.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:26.921243+0000 mgr.smithi071.wlolyy (mgr.14180) 791 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:27.616856+0000 mgr.smithi071.wlolyy (mgr.14180) 792 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:28.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:26.921243+0000 mgr.smithi071.wlolyy (mgr.14180) 791 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:28.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:27.616856+0000 mgr.smithi071.wlolyy (mgr.14180) 792 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:29.011 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:30.302 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:30.302 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:30.583 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:28.922031+0000 mgr.smithi071.wlolyy (mgr.14180) 793 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:30.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:28.922031+0000 mgr.smithi071.wlolyy (mgr.14180) 793 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:31.677 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:31.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:30.298069+0000 mgr.smithi071.wlolyy (mgr.14180) 794 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:31.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:30.298069+0000 mgr.smithi071.wlolyy (mgr.14180) 794 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:32.647 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:30.922658+0000 mgr.smithi071.wlolyy (mgr.14180) 795 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:30.922658+0000 mgr.smithi071.wlolyy (mgr.14180) 795 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:33.014 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:33.014 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:33.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:34.414 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:34.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:32.923129+0000 mgr.smithi071.wlolyy (mgr.14180) 796 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:34.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:33.010401+0000 mgr.smithi071.wlolyy (mgr.14180) 797 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:32.923129+0000 mgr.smithi071.wlolyy (mgr.14180) 796 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:33.010401+0000 mgr.smithi071.wlolyy (mgr.14180) 797 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:35.784 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:35.784 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:36.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:36.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:34.924057+0000 mgr.smithi071.wlolyy (mgr.14180) 798 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:36.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:35.780066+0000 mgr.smithi071.wlolyy (mgr.14180) 799 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:36.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:34.924057+0000 mgr.smithi071.wlolyy (mgr.14180) 798 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:36.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:35.780066+0000 mgr.smithi071.wlolyy (mgr.14180) 799 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:37.159 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:38.464 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:38.464 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:38.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:36.924583+0000 mgr.smithi071.wlolyy (mgr.14180) 800 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:38.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:38.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:36.924583+0000 mgr.smithi071.wlolyy (mgr.14180) 800 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:39.858 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:39.888 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:38.458482+0000 mgr.smithi071.wlolyy (mgr.14180) 801 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:39.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:38.458482+0000 mgr.smithi071.wlolyy (mgr.14180) 801 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:40.820 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:38.925483+0000 mgr.smithi071.wlolyy (mgr.14180) 802 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:40.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:38.925483+0000 mgr.smithi071.wlolyy (mgr.14180) 802 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:41.284 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:41.284 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:41.666 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:42.667 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:42.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:40.926180+0000 mgr.smithi071.wlolyy (mgr.14180) 803 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:42.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:41.280677+0000 mgr.smithi071.wlolyy (mgr.14180) 804 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:42.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:40.926180+0000 mgr.smithi071.wlolyy (mgr.14180) 803 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:42.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:41.280677+0000 mgr.smithi071.wlolyy (mgr.14180) 804 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:44.008 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:44.008 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:44.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:44.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:42.926810+0000 mgr.smithi071.wlolyy (mgr.14180) 805 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:44.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:42.926810+0000 mgr.smithi071.wlolyy (mgr.14180) 805 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:45.392 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:45.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:44.004122+0000 mgr.smithi071.wlolyy (mgr.14180) 806 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:45.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:44.004122+0000 mgr.smithi071.wlolyy (mgr.14180) 806 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:46.707 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:46.707 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:46.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:44.927677+0000 mgr.smithi071.wlolyy (mgr.14180) 807 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:46.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:44.927677+0000 mgr.smithi071.wlolyy (mgr.14180) 807 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:47.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:47.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:46.702794+0000 mgr.smithi071.wlolyy (mgr.14180) 808 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:47.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:46.702794+0000 mgr.smithi071.wlolyy (mgr.14180) 808 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:48.090 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:46.928227+0000 mgr.smithi071.wlolyy (mgr.14180) 809 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:48.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:46.928227+0000 mgr.smithi071.wlolyy (mgr.14180) 809 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:49.413 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:49.413 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:49.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:50.789 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:50.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:48.928903+0000 mgr.smithi071.wlolyy (mgr.14180) 810 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:50.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:49.409584+0000 mgr.smithi071.wlolyy (mgr.14180) 811 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:50.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:48.928903+0000 mgr.smithi071.wlolyy (mgr.14180) 810 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:50.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:49.409584+0000 mgr.smithi071.wlolyy (mgr.14180) 811 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:52.193 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:52.193 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:52.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:52.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:50.929564+0000 mgr.smithi071.wlolyy (mgr.14180) 812 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:52.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:50.929564+0000 mgr.smithi071.wlolyy (mgr.14180) 812 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:41:53.582 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:53.916 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:52.189320+0000 mgr.smithi071.wlolyy (mgr.14180) 813 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:53.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:52.189320+0000 mgr.smithi071.wlolyy (mgr.14180) 813 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:54.888 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:54.888 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:54.917 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:52.930164+0000 mgr.smithi071.wlolyy (mgr.14180) 814 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:54.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:52.930164+0000 mgr.smithi071.wlolyy (mgr.14180) 814 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:55.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:56.339 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:41:56.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:54.884881+0000 mgr.smithi071.wlolyy (mgr.14180) 815 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:56.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:54.931084+0000 mgr.smithi071.wlolyy (mgr.14180) 816 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:56.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:54.884881+0000 mgr.smithi071.wlolyy (mgr.14180) 815 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:56.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:54.931084+0000 mgr.smithi071.wlolyy (mgr.14180) 816 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:57.715 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:41:57.715 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:41:58.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:41:58.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:56.931553+0000 mgr.smithi071.wlolyy (mgr.14180) 817 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:58.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:41:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:41:57.711494+0000 mgr.smithi071.wlolyy (mgr.14180) 818 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:58.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:56.931553+0000 mgr.smithi071.wlolyy (mgr.14180) 817 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:41:58.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:41:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:41:57.711494+0000 mgr.smithi071.wlolyy (mgr.14180) 818 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:41:59.122 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:00.470 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:00.470 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:00.843 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:41:58.932428+0000 mgr.smithi071.wlolyy (mgr.14180) 819 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:00.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:00.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:41:58.932428+0000 mgr.smithi071.wlolyy (mgr.14180) 819 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:01.866 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:01.894 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:00.465555+0000 mgr.smithi071.wlolyy (mgr.14180) 820 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:01.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:00.465555+0000 mgr.smithi071.wlolyy (mgr.14180) 820 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:02.874 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:00.933107+0000 mgr.smithi071.wlolyy (mgr.14180) 821 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:00.933107+0000 mgr.smithi071.wlolyy (mgr.14180) 821 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:03.245 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:03.246 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:03.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:04.619 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:04.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:02.933801+0000 mgr.smithi071.wlolyy (mgr.14180) 822 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:04.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:03.241980+0000 mgr.smithi071.wlolyy (mgr.14180) 823 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:02.933801+0000 mgr.smithi071.wlolyy (mgr.14180) 822 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:03.241980+0000 mgr.smithi071.wlolyy (mgr.14180) 823 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:05.952 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:05.952 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:06.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:06.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:04.934571+0000 mgr.smithi071.wlolyy (mgr.14180) 824 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:06.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:04.934571+0000 mgr.smithi071.wlolyy (mgr.14180) 824 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:07.320 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:05.948481+0000 mgr.smithi071.wlolyy (mgr.14180) 825 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:07.980 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:05.948481+0000 mgr.smithi071.wlolyy (mgr.14180) 825 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:08.652 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:08.652 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:34:33.896311Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.nkpjas on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:08.949 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:06.935324+0000 mgr.smithi071.wlolyy (mgr.14180) 826 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:06.935324+0000 mgr.smithi071.wlolyy (mgr.14180) 826 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:09.017 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:09.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:08.648038+0000 mgr.smithi071.wlolyy (mgr.14180) 827 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:09.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:08.648038+0000 mgr.smithi071.wlolyy (mgr.14180) 827 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:10.018 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:08.936016+0000 mgr.smithi071.wlolyy (mgr.14180) 828 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:10.542828+0000 mon.smithi071 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.tgdbbs"}]: dispatch 2024-01-18T07:42:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:08.936016+0000 mgr.smithi071.wlolyy (mgr.14180) 828 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:10.988 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:10.542828+0000 mon.smithi071 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi087.tgdbbs"}]: dispatch 2024-01-18T07:42:11.361 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:11.361 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:11.852 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:11.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:42:10.542277+0000 mgr.smithi071.wlolyy (mgr.14180) 829 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.tgdbbs ... 2024-01-18T07:42:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:42:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:40:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:40:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:41:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Traceback (most recent call last): 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: yield (conn, connr) 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:42:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: code, '\n'.join(err))) 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.tgdbbs ... 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:42:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:40:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.980 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:40:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.980 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:41:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.980 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:42:11.980 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.980 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:42:10.542488+0000 mgr.smithi071.wlolyy (mgr.14180) 830 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.980 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:42:10.543615+0000 mgr.smithi071.wlolyy (mgr.14180) 831 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.980 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.981 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.981 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.981 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi087.tgdbbs ... 2024-01-18T07:42:11.981 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.981 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:42:11.981 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:40:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.981 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:40:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.982 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:41:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.982 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:42:11.982 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.982 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:42:10.545228+0000 mgr.smithi071.wlolyy (mgr.14180) 832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.ibbprc on smithi071 2024-01-18T07:42:11.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:42:10.542277+0000 mgr.smithi071.wlolyy (mgr.14180) 829 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.tgdbbs ... 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:40:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:40:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.993 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:41:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Traceback (most recent call last): 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: yield (conn, connr) 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: code, '\n'.join(err))) 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.994 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.tgdbbs ... 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:40:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:40:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.995 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:41:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:42:11.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:42:10.542488+0000 mgr.smithi071.wlolyy (mgr.14180) 830 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:42:10.543615+0000 mgr.smithi071.wlolyy (mgr.14180) 831 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs 2024-01-18T07:42:11.996 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.997 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs 2024-01-18T07:42:11.997 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi087.tgdbbs ... 2024-01-18T07:42:11.997 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.997 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:42:11.997 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:40:17Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.997 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:40:55Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.997 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:41:32Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:42:11.998 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:42:11.998 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:42:11.998 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:42:10.545228+0000 mgr.smithi071.wlolyy (mgr.14180) 832 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi071.ibbprc on smithi071 2024-01-18T07:42:12.853 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:10.936632+0000 mgr.smithi071.wlolyy (mgr.14180) 833 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:11.357022+0000 mgr.smithi071.wlolyy (mgr.14180) 834 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:12.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:10.936632+0000 mgr.smithi071.wlolyy (mgr.14180) 833 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:12.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:11.357022+0000 mgr.smithi071.wlolyy (mgr.14180) 834 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:14.195 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:14.195 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:14.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:14.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:12.937161+0000 mgr.smithi071.wlolyy (mgr.14180) 835 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:14.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:12.937161+0000 mgr.smithi071.wlolyy (mgr.14180) 835 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:15.584 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:15.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:14.191337+0000 mgr.smithi071.wlolyy (mgr.14180) 836 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:14.191337+0000 mgr.smithi071.wlolyy (mgr.14180) 836 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:16.955 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:16.955 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:14.937883+0000 mgr.smithi071.wlolyy (mgr.14180) 837 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:16.981 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:14.937883+0000 mgr.smithi071.wlolyy (mgr.14180) 837 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:17.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:18.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:16.938496+0000 mgr.smithi071.wlolyy (mgr.14180) 838 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:16.951124+0000 mgr.smithi071.wlolyy (mgr.14180) 839 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:16.938496+0000 mgr.smithi071.wlolyy (mgr.14180) 838 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:16.951124+0000 mgr.smithi071.wlolyy (mgr.14180) 839 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:19.665 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:19.665 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:20.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:18.939233+0000 mgr.smithi071.wlolyy (mgr.14180) 840 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:20.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:19.661514+0000 mgr.smithi071.wlolyy (mgr.14180) 841 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:20.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:18.939233+0000 mgr.smithi071.wlolyy (mgr.14180) 840 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:20.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:19.661514+0000 mgr.smithi071.wlolyy (mgr.14180) 841 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:21.043 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:22.392 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:22.392 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:22.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:22.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:20.939981+0000 mgr.smithi071.wlolyy (mgr.14180) 842 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:22.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:20.939981+0000 mgr.smithi071.wlolyy (mgr.14180) 842 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:23.783 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:23.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:22.388657+0000 mgr.smithi071.wlolyy (mgr.14180) 843 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:23.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:22.388657+0000 mgr.smithi071.wlolyy (mgr.14180) 843 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:24.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:22.940487+0000 mgr.smithi071.wlolyy (mgr.14180) 844 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:22.940487+0000 mgr.smithi071.wlolyy (mgr.14180) 844 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:25.125 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:25.125 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:25.547 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:26.548 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:26.874 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:24.941146+0000 mgr.smithi071.wlolyy (mgr.14180) 845 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:26.874 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:25.121559+0000 mgr.smithi071.wlolyy (mgr.14180) 846 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:24.941146+0000 mgr.smithi071.wlolyy (mgr.14180) 845 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:25.121559+0000 mgr.smithi071.wlolyy (mgr.14180) 846 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:27.880 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:27.880 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:28.271 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:28.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:26.941661+0000 mgr.smithi071.wlolyy (mgr.14180) 847 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:28.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:26.941661+0000 mgr.smithi071.wlolyy (mgr.14180) 847 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:29.273 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:29.892 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:27.876159+0000 mgr.smithi071.wlolyy (mgr.14180) 848 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:27.876159+0000 mgr.smithi071.wlolyy (mgr.14180) 848 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:30.587 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:30.587 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:30.928 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:28.942509+0000 mgr.smithi071.wlolyy (mgr.14180) 849 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:28.942509+0000 mgr.smithi071.wlolyy (mgr.14180) 849 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:30.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:31.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:30.582566+0000 mgr.smithi071.wlolyy (mgr.14180) 850 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:31.980 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:31.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:30.582566+0000 mgr.smithi071.wlolyy (mgr.14180) 850 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:32.950 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:30.943249+0000 mgr.smithi071.wlolyy (mgr.14180) 851 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:33.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:30.943249+0000 mgr.smithi071.wlolyy (mgr.14180) 851 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:33.314 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:33.315 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:33.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:34.696 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:34.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:32.943761+0000 mgr.smithi071.wlolyy (mgr.14180) 852 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:34.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:33.310853+0000 mgr.smithi071.wlolyy (mgr.14180) 853 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:35.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:32.943761+0000 mgr.smithi071.wlolyy (mgr.14180) 852 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:35.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:33.310853+0000 mgr.smithi071.wlolyy (mgr.14180) 853 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:36.040 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:36.040 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:36.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:36.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:34.944647+0000 mgr.smithi071.wlolyy (mgr.14180) 854 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:37.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:34.944647+0000 mgr.smithi071.wlolyy (mgr.14180) 854 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:37.430 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:37.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:36.036634+0000 mgr.smithi071.wlolyy (mgr.14180) 855 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:38.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:36.036634+0000 mgr.smithi071.wlolyy (mgr.14180) 855 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:38.822 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:38.823 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:38.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:36.945279+0000 mgr.smithi071.wlolyy (mgr.14180) 856 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:39.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:39.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:36.945279+0000 mgr.smithi071.wlolyy (mgr.14180) 856 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:40.221 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:40.873 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:38.818990+0000 mgr.smithi071.wlolyy (mgr.14180) 857 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:40.873 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:38.945924+0000 mgr.smithi071.wlolyy (mgr.14180) 858 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:41.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:38.818990+0000 mgr.smithi071.wlolyy (mgr.14180) 857 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:41.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:38.945924+0000 mgr.smithi071.wlolyy (mgr.14180) 858 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:41.519 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:41.519 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:41.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:42.911 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:43.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:40.946549+0000 mgr.smithi071.wlolyy (mgr.14180) 859 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:43.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:41.515506+0000 mgr.smithi071.wlolyy (mgr.14180) 860 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:43.231 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:40.946549+0000 mgr.smithi071.wlolyy (mgr.14180) 859 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:43.231 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:41.515506+0000 mgr.smithi071.wlolyy (mgr.14180) 860 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:44.215 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:44.215 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:44.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:44.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:42.947099+0000 mgr.smithi071.wlolyy (mgr.14180) 861 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:45.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:42.947099+0000 mgr.smithi071.wlolyy (mgr.14180) 861 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:45.636 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:45.962 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:44.211207+0000 mgr.smithi071.wlolyy (mgr.14180) 862 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:46.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:44.211207+0000 mgr.smithi071.wlolyy (mgr.14180) 862 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:46.928 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:46.929 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:46.956 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:44.947779+0000 mgr.smithi071.wlolyy (mgr.14180) 863 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:47.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:44.947779+0000 mgr.smithi071.wlolyy (mgr.14180) 863 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:47.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:48.310 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:48.929 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:46.924976+0000 mgr.smithi071.wlolyy (mgr.14180) 864 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:48.929 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:46.948375+0000 mgr.smithi071.wlolyy (mgr.14180) 865 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:49.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:46.924976+0000 mgr.smithi071.wlolyy (mgr.14180) 864 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:49.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:46.948375+0000 mgr.smithi071.wlolyy (mgr.14180) 865 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:49.638 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:49.638 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:50.033 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:51.035 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:51.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:48.949039+0000 mgr.smithi071.wlolyy (mgr.14180) 866 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:51.066 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:49.634090+0000 mgr.smithi071.wlolyy (mgr.14180) 867 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:51.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:48.949039+0000 mgr.smithi071.wlolyy (mgr.14180) 866 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:51.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:49.634090+0000 mgr.smithi071.wlolyy (mgr.14180) 867 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:52.442 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:52.442 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:52.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:53.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:50.949921+0000 mgr.smithi071.wlolyy (mgr.14180) 868 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:53.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:50.949921+0000 mgr.smithi071.wlolyy (mgr.14180) 868 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:42:53.868 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:54.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:52.437690+0000 mgr.smithi071.wlolyy (mgr.14180) 869 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:54.235 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:52.437690+0000 mgr.smithi071.wlolyy (mgr.14180) 869 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:54.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:52.950641+0000 mgr.smithi071.wlolyy (mgr.14180) 870 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:55.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:52.950641+0000 mgr.smithi071.wlolyy (mgr.14180) 870 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:55.283 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:55.283 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:55.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:56.651 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:56.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:54.951405+0000 mgr.smithi071.wlolyy (mgr.14180) 871 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:56.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:55.279318+0000 mgr.smithi071.wlolyy (mgr.14180) 872 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:57.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:54.951405+0000 mgr.smithi071.wlolyy (mgr.14180) 871 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:57.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:55.279318+0000 mgr.smithi071.wlolyy (mgr.14180) 872 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:42:58.010 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:42:58.010 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:42:58.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:42:59.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:56.951938+0000 mgr.smithi071.wlolyy (mgr.14180) 873 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:59.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:56.951938+0000 mgr.smithi071.wlolyy (mgr.14180) 873 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:42:59.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:42:59.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:42:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:42:58.006342+0000 mgr.smithi071.wlolyy (mgr.14180) 874 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:00.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:42:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:42:58.006342+0000 mgr.smithi071.wlolyy (mgr.14180) 874 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:00.691 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:00.691 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:00.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:42:58.952887+0000 mgr.smithi071.wlolyy (mgr.14180) 875 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:01.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:01.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:42:58.952887+0000 mgr.smithi071.wlolyy (mgr.14180) 875 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:02.074 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:02.103 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:00.687410+0000 mgr.smithi071.wlolyy (mgr.14180) 876 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:02.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:00.687410+0000 mgr.smithi071.wlolyy (mgr.14180) 876 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:02.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:00.953746+0000 mgr.smithi071.wlolyy (mgr.14180) 877 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:03.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:00.953746+0000 mgr.smithi071.wlolyy (mgr.14180) 877 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:03.379 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:03.379 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:03.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:03.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:02.954223+0000 mgr.smithi071.wlolyy (mgr.14180) 878 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:03.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:03.375164+0000 mgr.smithi071.wlolyy (mgr.14180) 879 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:04.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:02.954223+0000 mgr.smithi071.wlolyy (mgr.14180) 878 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:04.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:03.375164+0000 mgr.smithi071.wlolyy (mgr.14180) 879 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:04.766 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:06.082 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:06.083 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:06.395 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:04.955151+0000 mgr.smithi071.wlolyy (mgr.14180) 880 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:06.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:04.955151+0000 mgr.smithi071.wlolyy (mgr.14180) 880 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:07.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:07.514 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:06.078689+0000 mgr.smithi071.wlolyy (mgr.14180) 881 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:06.078689+0000 mgr.smithi071.wlolyy (mgr.14180) 881 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:08.450 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:06.955908+0000 mgr.smithi071.wlolyy (mgr.14180) 882 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:08.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:06.955908+0000 mgr.smithi071.wlolyy (mgr.14180) 882 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:08.832 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:08.832 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:09.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:10.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:10.581 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:08.828080+0000 mgr.smithi071.wlolyy (mgr.14180) 883 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:10.582 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:08.956610+0000 mgr.smithi071.wlolyy (mgr.14180) 884 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:08.828080+0000 mgr.smithi071.wlolyy (mgr.14180) 883 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:08.956610+0000 mgr.smithi071.wlolyy (mgr.14180) 884 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:11.639 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:11.639 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:12.063 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:12.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:10.957218+0000 mgr.smithi071.wlolyy (mgr.14180) 885 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:12.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:11.635690+0000 mgr.smithi071.wlolyy (mgr.14180) 886 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:10.957218+0000 mgr.smithi071.wlolyy (mgr.14180) 885 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:11.635690+0000 mgr.smithi071.wlolyy (mgr.14180) 886 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:13.065 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:14.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:12.957792+0000 mgr.smithi071.wlolyy (mgr.14180) 887 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:14.513 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:14.513 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:12.957792+0000 mgr.smithi071.wlolyy (mgr.14180) 887 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:14.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:14.509392+0000 mgr.smithi071.wlolyy (mgr.14180) 888 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:15.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:14.509392+0000 mgr.smithi071.wlolyy (mgr.14180) 888 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:15.931 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:16.648 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:14.958576+0000 mgr.smithi071.wlolyy (mgr.14180) 889 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:16.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:14.958576+0000 mgr.smithi071.wlolyy (mgr.14180) 889 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:17.307 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:17.307 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:17.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:16.959241+0000 mgr.smithi071.wlolyy (mgr.14180) 890 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:17.303320+0000 mgr.smithi071.wlolyy (mgr.14180) 891 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:18.730 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:18.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:16.959241+0000 mgr.smithi071.wlolyy (mgr.14180) 890 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:18.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:17.303320+0000 mgr.smithi071.wlolyy (mgr.14180) 891 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:20.043 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:20.043 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:20.367 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:18.960046+0000 mgr.smithi071.wlolyy (mgr.14180) 892 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:20.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:18.960046+0000 mgr.smithi071.wlolyy (mgr.14180) 892 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:21.403 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:21.720 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:20.039273+0000 mgr.smithi071.wlolyy (mgr.14180) 893 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:20.039273+0000 mgr.smithi071.wlolyy (mgr.14180) 893 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:20.960863+0000 mgr.smithi071.wlolyy (mgr.14180) 894 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:22.729 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:22.729 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:22.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:20.960863+0000 mgr.smithi071.wlolyy (mgr.14180) 894 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:23.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:22.725057+0000 mgr.smithi071.wlolyy (mgr.14180) 895 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:22.725057+0000 mgr.smithi071.wlolyy (mgr.14180) 895 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:24.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:24.404 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:22.961424+0000 mgr.smithi071.wlolyy (mgr.14180) 896 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:24.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:22.961424+0000 mgr.smithi071.wlolyy (mgr.14180) 896 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:25.455 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:25.456 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:25.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:24.962055+0000 mgr.smithi071.wlolyy (mgr.14180) 897 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:25.451722+0000 mgr.smithi071.wlolyy (mgr.14180) 898 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:26.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:24.962055+0000 mgr.smithi071.wlolyy (mgr.14180) 897 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:26.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:25.451722+0000 mgr.smithi071.wlolyy (mgr.14180) 898 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:26.836 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:28.202 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:28.202 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:28.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:26.962585+0000 mgr.smithi071.wlolyy (mgr.14180) 899 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:28.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:28.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:26.962585+0000 mgr.smithi071.wlolyy (mgr.14180) 899 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:29.585 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:29.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:28.198491+0000 mgr.smithi071.wlolyy (mgr.14180) 900 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:28.198491+0000 mgr.smithi071.wlolyy (mgr.14180) 900 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:30.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:28.963521+0000 mgr.smithi071.wlolyy (mgr.14180) 901 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:28.963521+0000 mgr.smithi071.wlolyy (mgr.14180) 901 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:30.953 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:30.954 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:31.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:32.335 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:32.668 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:30.949524+0000 mgr.smithi071.wlolyy (mgr.14180) 902 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:32.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:30.964136+0000 mgr.smithi071.wlolyy (mgr.14180) 903 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:30.949524+0000 mgr.smithi071.wlolyy (mgr.14180) 902 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:30.964136+0000 mgr.smithi071.wlolyy (mgr.14180) 903 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:33.708 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:33.708 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:34.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:34.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:32.964805+0000 mgr.smithi071.wlolyy (mgr.14180) 904 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:34.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:33.704030+0000 mgr.smithi071.wlolyy (mgr.14180) 905 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:34.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:32.964805+0000 mgr.smithi071.wlolyy (mgr.14180) 904 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:34.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:33.704030+0000 mgr.smithi071.wlolyy (mgr.14180) 905 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:35.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:36.427 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:36.427 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:36.611 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:34.965619+0000 mgr.smithi071.wlolyy (mgr.14180) 906 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:36.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:34.965619+0000 mgr.smithi071.wlolyy (mgr.14180) 906 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:36.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:36.422716+0000 mgr.smithi071.wlolyy (mgr.14180) 907 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:37.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:36.422716+0000 mgr.smithi071.wlolyy (mgr.14180) 907 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:37.770 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:38.411 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:36.966278+0000 mgr.smithi071.wlolyy (mgr.14180) 908 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:36.966278+0000 mgr.smithi071.wlolyy (mgr.14180) 908 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:39.124 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:39.125 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:39.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:40.500 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:38.966923+0000 mgr.smithi071.wlolyy (mgr.14180) 909 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:39.120889+0000 mgr.smithi071.wlolyy (mgr.14180) 910 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:40.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:38.966923+0000 mgr.smithi071.wlolyy (mgr.14180) 909 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:40.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:39.120889+0000 mgr.smithi071.wlolyy (mgr.14180) 910 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:41.825 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:41.826 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:42.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:42.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:40.967612+0000 mgr.smithi071.wlolyy (mgr.14180) 911 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:42.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:40.967612+0000 mgr.smithi071.wlolyy (mgr.14180) 911 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:43.191 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:43.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:41.822033+0000 mgr.smithi071.wlolyy (mgr.14180) 912 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:43.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:41.822033+0000 mgr.smithi071.wlolyy (mgr.14180) 912 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:44.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:42.968374+0000 mgr.smithi071.wlolyy (mgr.14180) 913 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:44.607 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:44.608 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:44.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:42.968374+0000 mgr.smithi071.wlolyy (mgr.14180) 913 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:44.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:44.604188+0000 mgr.smithi071.wlolyy (mgr.14180) 914 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:45.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:44.604188+0000 mgr.smithi071.wlolyy (mgr.14180) 914 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:45.981 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:46.600 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:44.969037+0000 mgr.smithi071.wlolyy (mgr.14180) 915 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:44.969037+0000 mgr.smithi071.wlolyy (mgr.14180) 915 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:47.346 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:47.346 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:47.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:46.969558+0000 mgr.smithi071.wlolyy (mgr.14180) 916 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:47.342624+0000 mgr.smithi071.wlolyy (mgr.14180) 917 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:48.738 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:48.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:46.969558+0000 mgr.smithi071.wlolyy (mgr.14180) 916 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:48.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:47.342624+0000 mgr.smithi071.wlolyy (mgr.14180) 917 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:50.048 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:50.048 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:50.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:50.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:48.970267+0000 mgr.smithi071.wlolyy (mgr.14180) 918 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:50.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:48.970267+0000 mgr.smithi071.wlolyy (mgr.14180) 918 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:51.429 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:50.043882+0000 mgr.smithi071.wlolyy (mgr.14180) 919 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:51.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:50.043882+0000 mgr.smithi071.wlolyy (mgr.14180) 919 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:50.970993+0000 mgr.smithi071.wlolyy (mgr.14180) 920 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:52.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:50.970993+0000 mgr.smithi071.wlolyy (mgr.14180) 920 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:43:52.795 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:52.796 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:53.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:53.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:52.792025+0000 mgr.smithi071.wlolyy (mgr.14180) 921 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:52.792025+0000 mgr.smithi071.wlolyy (mgr.14180) 921 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:54.190 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:54.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:52.971517+0000 mgr.smithi071.wlolyy (mgr.14180) 922 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:52.971517+0000 mgr.smithi071.wlolyy (mgr.14180) 922 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:55.596 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:55.596 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:55.978 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:54.972177+0000 mgr.smithi071.wlolyy (mgr.14180) 923 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:56.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:55.591418+0000 mgr.smithi071.wlolyy (mgr.14180) 924 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:56.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:54.972177+0000 mgr.smithi071.wlolyy (mgr.14180) 923 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:56.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:55.591418+0000 mgr.smithi071.wlolyy (mgr.14180) 924 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:56.978 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:58.318 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:43:58.318 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:43:58.609 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:56.972989+0000 mgr.smithi071.wlolyy (mgr.14180) 925 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:58.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:43:58.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:56.972989+0000 mgr.smithi071.wlolyy (mgr.14180) 925 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:43:59.712 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:43:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:43:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:43:58.314635+0000 mgr.smithi071.wlolyy (mgr.14180) 926 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:43:59.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:43:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:43:58.314635+0000 mgr.smithi071.wlolyy (mgr.14180) 926 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:00.672 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:43:58.973867+0000 mgr.smithi071.wlolyy (mgr.14180) 927 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:43:58.973867+0000 mgr.smithi071.wlolyy (mgr.14180) 927 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:01.039 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:01.039 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:01.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:02.445 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:00.974432+0000 mgr.smithi071.wlolyy (mgr.14180) 928 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:01.035527+0000 mgr.smithi071.wlolyy (mgr.14180) 929 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:02.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:00.974432+0000 mgr.smithi071.wlolyy (mgr.14180) 928 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:02.744 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:01.035527+0000 mgr.smithi071.wlolyy (mgr.14180) 929 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:03.779 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:03.780 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:04.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:02.975094+0000 mgr.smithi071.wlolyy (mgr.14180) 930 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:04.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:03.775568+0000 mgr.smithi071.wlolyy (mgr.14180) 931 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:04.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:02.975094+0000 mgr.smithi071.wlolyy (mgr.14180) 930 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:04.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:03.775568+0000 mgr.smithi071.wlolyy (mgr.14180) 931 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:05.151 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:06.461 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:06.461 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:06.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:04.975905+0000 mgr.smithi071.wlolyy (mgr.14180) 932 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:04.975905+0000 mgr.smithi071.wlolyy (mgr.14180) 932 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:06.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:06.457686+0000 mgr.smithi071.wlolyy (mgr.14180) 933 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:07.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:06.457686+0000 mgr.smithi071.wlolyy (mgr.14180) 933 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:07.845 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:08.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:06.976471+0000 mgr.smithi071.wlolyy (mgr.14180) 934 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:08.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:06.976471+0000 mgr.smithi071.wlolyy (mgr.14180) 934 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:09.227 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:09.227 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:09.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:10.609 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:08.977157+0000 mgr.smithi071.wlolyy (mgr.14180) 935 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:09.223352+0000 mgr.smithi071.wlolyy (mgr.14180) 936 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:10.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:08.977157+0000 mgr.smithi071.wlolyy (mgr.14180) 935 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:10.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:09.223352+0000 mgr.smithi071.wlolyy (mgr.14180) 936 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:11.907 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:11.907 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:12.266 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:12.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:10.977797+0000 mgr.smithi071.wlolyy (mgr.14180) 937 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:12.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:10.977797+0000 mgr.smithi071.wlolyy (mgr.14180) 937 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:13.267 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:13.593 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:11.903317+0000 mgr.smithi071.wlolyy (mgr.14180) 938 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:13.728 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:11.903317+0000 mgr.smithi071.wlolyy (mgr.14180) 938 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:14.632 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:14.633 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:14.654 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:12.978357+0000 mgr.smithi071.wlolyy (mgr.14180) 939 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:12.978357+0000 mgr.smithi071.wlolyy (mgr.14180) 939 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:15.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:14.629046+0000 mgr.smithi071.wlolyy (mgr.14180) 940 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:15.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:14.629046+0000 mgr.smithi071.wlolyy (mgr.14180) 940 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:16.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:16.710 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:14.979144+0000 mgr.smithi071.wlolyy (mgr.14180) 941 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:16.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:14.979144+0000 mgr.smithi071.wlolyy (mgr.14180) 941 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:17.365 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:17.365 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:17.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:16.979700+0000 mgr.smithi071.wlolyy (mgr.14180) 942 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:18.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:17.361735+0000 mgr.smithi071.wlolyy (mgr.14180) 943 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:18.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:16.979700+0000 mgr.smithi071.wlolyy (mgr.14180) 942 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:18.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:17.361735+0000 mgr.smithi071.wlolyy (mgr.14180) 943 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:18.777 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:20.090 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:20.091 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:20.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:20.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:20 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:18.980574+0000 mgr.smithi071.wlolyy (mgr.14180) 944 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:20.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:20 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:18.980574+0000 mgr.smithi071.wlolyy (mgr.14180) 944 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:21.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:20.086747+0000 mgr.smithi071.wlolyy (mgr.14180) 945 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:21.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:20.086747+0000 mgr.smithi071.wlolyy (mgr.14180) 945 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:20.981269+0000 mgr.smithi071.wlolyy (mgr.14180) 946 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:22.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:20.981269+0000 mgr.smithi071.wlolyy (mgr.14180) 946 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:22.860 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:22.860 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:23.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:24.289 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:24.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:22.856474+0000 mgr.smithi071.wlolyy (mgr.14180) 947 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:24.606 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:22.981979+0000 mgr.smithi071.wlolyy (mgr.14180) 948 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:24.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:22.856474+0000 mgr.smithi071.wlolyy (mgr.14180) 947 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:24.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:22.981979+0000 mgr.smithi071.wlolyy (mgr.14180) 948 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:25.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:25.572 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:25.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:26.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:24.982734+0000 mgr.smithi071.wlolyy (mgr.14180) 949 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:26.739 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:25.567922+0000 mgr.smithi071.wlolyy (mgr.14180) 950 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:26.930 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:24.982734+0000 mgr.smithi071.wlolyy (mgr.14180) 949 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:26.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:25.567922+0000 mgr.smithi071.wlolyy (mgr.14180) 950 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:28.306 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:28.306 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:28.651 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:28 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:26.983348+0000 mgr.smithi071.wlolyy (mgr.14180) 951 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:28.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:28.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:28 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:26.983348+0000 mgr.smithi071.wlolyy (mgr.14180) 951 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:29.698 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:29.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:28.302363+0000 mgr.smithi071.wlolyy (mgr.14180) 952 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:29.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:28.302363+0000 mgr.smithi071.wlolyy (mgr.14180) 952 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:30.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:28.984267+0000 mgr.smithi071.wlolyy (mgr.14180) 953 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:30.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:28.984267+0000 mgr.smithi071.wlolyy (mgr.14180) 953 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:31.169 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:31.169 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:31.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:32.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:32.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:30.984777+0000 mgr.smithi071.wlolyy (mgr.14180) 954 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:32.915 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:31.165351+0000 mgr.smithi071.wlolyy (mgr.14180) 955 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:30.984777+0000 mgr.smithi071.wlolyy (mgr.14180) 954 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:32.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:31.165351+0000 mgr.smithi071.wlolyy (mgr.14180) 955 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:33.954 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:33.954 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:34.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:34.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:34 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:32.985536+0000 mgr.smithi071.wlolyy (mgr.14180) 956 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:34.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:34 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:32.985536+0000 mgr.smithi071.wlolyy (mgr.14180) 956 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:35.357 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:35.721 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:33.950311+0000 mgr.smithi071.wlolyy (mgr.14180) 957 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:35.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:33.950311+0000 mgr.smithi071.wlolyy (mgr.14180) 957 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:36.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:36 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:34.986425+0000 mgr.smithi071.wlolyy (mgr.14180) 958 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:36.784 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:36.784 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:36.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:36 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:34.986425+0000 mgr.smithi071.wlolyy (mgr.14180) 958 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:37.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:37.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:36.779869+0000 mgr.smithi071.wlolyy (mgr.14180) 959 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:37.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:36.779869+0000 mgr.smithi071.wlolyy (mgr.14180) 959 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:38.162 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:38.847 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:36.986995+0000 mgr.smithi071.wlolyy (mgr.14180) 960 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:38.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:36.986995+0000 mgr.smithi071.wlolyy (mgr.14180) 960 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:39.518 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:39.518 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:39.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:40.895 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:40.926 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:38.987671+0000 mgr.smithi071.wlolyy (mgr.14180) 961 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:40.927 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:39.512154+0000 mgr.smithi071.wlolyy (mgr.14180) 962 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:40.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:38.987671+0000 mgr.smithi071.wlolyy (mgr.14180) 961 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:40.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:39.512154+0000 mgr.smithi071.wlolyy (mgr.14180) 962 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:42.199 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:42.199 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:42.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:42.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:42 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:40.988467+0000 mgr.smithi071.wlolyy (mgr.14180) 963 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:42.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:42 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:40.988467+0000 mgr.smithi071.wlolyy (mgr.14180) 963 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:43.595 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:43.920 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:42.194284+0000 mgr.smithi071.wlolyy (mgr.14180) 964 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:43.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:42.194284+0000 mgr.smithi071.wlolyy (mgr.14180) 964 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:44.948 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:44.948 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:44.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:42.989219+0000 mgr.smithi071.wlolyy (mgr.14180) 965 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:44.978 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:42.989219+0000 mgr.smithi071.wlolyy (mgr.14180) 965 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:45.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:46.343 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:46.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:44.944859+0000 mgr.smithi071.wlolyy (mgr.14180) 966 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:46.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:44.990029+0000 mgr.smithi071.wlolyy (mgr.14180) 967 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:46.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:44.944859+0000 mgr.smithi071.wlolyy (mgr.14180) 966 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:46.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:44.990029+0000 mgr.smithi071.wlolyy (mgr.14180) 967 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:47.615 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:47.615 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:48.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:48.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:46.990623+0000 mgr.smithi071.wlolyy (mgr.14180) 968 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:48.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:47.611213+0000 mgr.smithi071.wlolyy (mgr.14180) 969 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:48.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:46.990623+0000 mgr.smithi071.wlolyy (mgr.14180) 968 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:48.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:47.611213+0000 mgr.smithi071.wlolyy (mgr.14180) 969 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:49.010 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:50.319 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:50.319 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:50.675 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:50 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:48.991625+0000 mgr.smithi071.wlolyy (mgr.14180) 970 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:50.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:50.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:50 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:48.991625+0000 mgr.smithi071.wlolyy (mgr.14180) 970 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:51.731 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:51.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:50.315053+0000 mgr.smithi071.wlolyy (mgr.14180) 971 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:51.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:50.315053+0000 mgr.smithi071.wlolyy (mgr.14180) 971 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:52.653 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:50.992257+0000 mgr.smithi071.wlolyy (mgr.14180) 972 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:52.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:50.992257+0000 mgr.smithi071.wlolyy (mgr.14180) 972 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:44:53.025 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:53.026 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:53.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:54.408 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:54.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:52.992730+0000 mgr.smithi071.wlolyy (mgr.14180) 973 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:54.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:53.022065+0000 mgr.smithi071.wlolyy (mgr.14180) 974 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:54.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:52.992730+0000 mgr.smithi071.wlolyy (mgr.14180) 973 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:54.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:53.022065+0000 mgr.smithi071.wlolyy (mgr.14180) 974 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:55.776 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:55.776 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:56.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:56.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:54.993304+0000 mgr.smithi071.wlolyy (mgr.14180) 975 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:56.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:55.771985+0000 mgr.smithi071.wlolyy (mgr.14180) 976 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:56.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:54.993304+0000 mgr.smithi071.wlolyy (mgr.14180) 975 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:56.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:55.771985+0000 mgr.smithi071.wlolyy (mgr.14180) 976 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:57.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:58.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:44:58.525 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:44:58.939 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:58 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:56.993835+0000 mgr.smithi071.wlolyy (mgr.14180) 977 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:58.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:44:58.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:58 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:56.993835+0000 mgr.smithi071.wlolyy (mgr.14180) 977 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:44:59.959 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:44:59.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:44:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:44:58.521029+0000 mgr.smithi071.wlolyy (mgr.14180) 978 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:44:59.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:44:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:44:58.521029+0000 mgr.smithi071.wlolyy (mgr.14180) 978 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:00.935 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:44:58.994536+0000 mgr.smithi071.wlolyy (mgr.14180) 979 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:00.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:44:58.994536+0000 mgr.smithi071.wlolyy (mgr.14180) 979 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:01.330 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:01.330 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:01.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:02.714 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:00.995197+0000 mgr.smithi071.wlolyy (mgr.14180) 980 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:02.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:01.326011+0000 mgr.smithi071.wlolyy (mgr.14180) 981 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:02.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:00.995197+0000 mgr.smithi071.wlolyy (mgr.14180) 980 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:02.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:01.326011+0000 mgr.smithi071.wlolyy (mgr.14180) 981 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:04.004 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:04.004 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:04.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:04.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:04 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:02.995772+0000 mgr.smithi071.wlolyy (mgr.14180) 982 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:04.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:04 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:02.995772+0000 mgr.smithi071.wlolyy (mgr.14180) 982 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:05.398 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:05.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:04.000137+0000 mgr.smithi071.wlolyy (mgr.14180) 983 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:05.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:04.000137+0000 mgr.smithi071.wlolyy (mgr.14180) 983 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:06.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:04.996610+0000 mgr.smithi071.wlolyy (mgr.14180) 984 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:06.859 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:06.859 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:06.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:04.996610+0000 mgr.smithi071.wlolyy (mgr.14180) 984 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:07.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:08.238 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:08.908 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:06.855619+0000 mgr.smithi071.wlolyy (mgr.14180) 985 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:08.908 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:06.997284+0000 mgr.smithi071.wlolyy (mgr.14180) 986 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:06.855619+0000 mgr.smithi071.wlolyy (mgr.14180) 985 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:06.997284+0000 mgr.smithi071.wlolyy (mgr.14180) 986 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:09.561 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:09.561 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:37:07.265186Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.pxgpan on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-pxgpan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.pxgpan\nDeploy daemon haproxy.nfs.foo.smithi087.pxgpan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:35:14Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:35:52Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:36:29Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.418701Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.trdcja on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-trdcja\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.trdcja\nDeploy daemon haproxy.nfs.foo.smithi071.trdcja ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:37:44Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:21Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:38:58Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:39:36.419897Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.eaeiet on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:09.937 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:10.937 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:10.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:08.997930+0000 mgr.smithi071.wlolyy (mgr.14180) 987 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:10.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:09.557260+0000 mgr.smithi071.wlolyy (mgr.14180) 988 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:10.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:10.320776+0000 mon.smithi071 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.ibbprc"}]: dispatch 2024-01-18T07:45:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:08.997930+0000 mgr.smithi071.wlolyy (mgr.14180) 987 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:09.557260+0000 mgr.smithi071.wlolyy (mgr.14180) 988 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:10.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:10.320776+0000 mon.smithi071 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi071.ibbprc"}]: dispatch 2024-01-18T07:45:11.899 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:45:10.320291+0000 mgr.smithi071.wlolyy (mgr.14180) 989 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.ibbprc ... 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:42:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:43:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:44:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:45:11.900 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Traceback (most recent call last): 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: yield (conn, connr) 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: code, '\n'.join(err))) 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.ibbprc ... 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:42:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:43:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.901 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:44:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:45:10.320441+0000 mgr.smithi071.wlolyy (mgr.14180) 990 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:45:10.321314+0000 mgr.smithi071.wlolyy (mgr.14180) 991 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: Deploy daemon haproxy.nfs.foo.smithi071.ibbprc ... 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:42:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:43:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr time="2024-01-18T07:44:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.902 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:45:11.903 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.903 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:45:10.323231+0000 mgr.smithi071.wlolyy (mgr.14180) 992 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:45:11.903 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:45:10.324886+0000 mgr.smithi071.wlolyy (mgr.14180) 993 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:45:11.903 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:10.325663+0000 mgr.smithi071.wlolyy (mgr.14180) 994 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:11.903 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:11.292324+0000 mon.smithi071 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T07:45:11.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:45:10.320291+0000 mgr.smithi071.wlolyy (mgr.14180) 989 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.976 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.ibbprc ... 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:42:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:43:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:44:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Traceback (most recent call last): 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: yield (conn, connr) 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: code, '\n'.join(err))) 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.977 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.ibbprc ... 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:42:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:43:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:44:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:45:10.320441+0000 mgr.smithi071.wlolyy (mgr.14180) 990 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:45:10.321314+0000 mgr.smithi071.wlolyy (mgr.14180) 991 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc 2024-01-18T07:45:11.978 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: /bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: Deploy daemon haproxy.nfs.foo.smithi071.ibbprc ... 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:42:47Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:43:24Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr time="2024-01-18T07:44:02Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: stat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: 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=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:45:10.323231+0000 mgr.smithi071.wlolyy (mgr.14180) 992 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:45:10.324886+0000 mgr.smithi071.wlolyy (mgr.14180) 993 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:10.325663+0000 mgr.smithi071.wlolyy (mgr.14180) 994 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:11.979 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:11.292324+0000 mon.smithi071 (mon.0) 678 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T07:45:12.262 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:12.262 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:12.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:13.655 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:13.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:12.258710+0000 mgr.smithi071.wlolyy (mgr.14180) 995 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:13.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:12.326337+0000 mgr.smithi071.wlolyy (mgr.14180) 996 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:13.971 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:13.233300+0000 mon.smithi071 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:45:13.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:12.258710+0000 mgr.smithi071.wlolyy (mgr.14180) 995 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:13.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:12.326337+0000 mgr.smithi071.wlolyy (mgr.14180) 996 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:13.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:13.233300+0000 mon.smithi071 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:45:14.964 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:14.964 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:15.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:14.327194+0000 mgr.smithi071.wlolyy (mgr.14180) 997 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:15.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:15.009740+0000 mon.smithi071 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:45:15.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:14.327194+0000 mgr.smithi071.wlolyy (mgr.14180) 997 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:15.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:15.009740+0000 mon.smithi071 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:45:16.374 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:16.687 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:14.960535+0000 mgr.smithi071.wlolyy (mgr.14180) 998 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:14.960535+0000 mgr.smithi071.wlolyy (mgr.14180) 998 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:17.642 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:17.642 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:17.966 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:16.328148+0000 mgr.smithi071.wlolyy (mgr.14180) 999 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:17.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:16.328148+0000 mgr.smithi071.wlolyy (mgr.14180) 999 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:18.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:18.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:18 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:17.638528+0000 mgr.smithi071.wlolyy (mgr.14180) 1000 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:18.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:18 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:17.638528+0000 mgr.smithi071.wlolyy (mgr.14180) 1000 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:19.019 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:19.663 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:18.328822+0000 mgr.smithi071.wlolyy (mgr.14180) 1001 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:19.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:18.328822+0000 mgr.smithi071.wlolyy (mgr.14180) 1001 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:20.370 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:20.370 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:20.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:20.329615+0000 mgr.smithi071.wlolyy (mgr.14180) 1002 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:20.367086+0000 mgr.smithi071.wlolyy (mgr.14180) 1003 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:21.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:20.329615+0000 mgr.smithi071.wlolyy (mgr.14180) 1002 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-18T07:45:21.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:20.367086+0000 mgr.smithi071.wlolyy (mgr.14180) 1003 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:21.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:22.996 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:22.996 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:23.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:22.330451+0000 mgr.smithi071.wlolyy (mgr.14180) 1004 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:23.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:22.330451+0000 mgr.smithi071.wlolyy (mgr.14180) 1004 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:24.377 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:24.702 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:24 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:22.991809+0000 mgr.smithi071.wlolyy (mgr.14180) 1005 : audit [DBG] from='client.25263 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:24.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:24 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:22.991809+0000 mgr.smithi071.wlolyy (mgr.14180) 1005 : audit [DBG] from='client.25263 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:25.716 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:25.716 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:24.331443+0000 mgr.smithi071.wlolyy (mgr.14180) 1006 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:25.740 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:24.331443+0000 mgr.smithi071.wlolyy (mgr.14180) 1006 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:26.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:26.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:26 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:25.712443+0000 mgr.smithi071.wlolyy (mgr.14180) 1007 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:26.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:26 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:25.712443+0000 mgr.smithi071.wlolyy (mgr.14180) 1007 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:27.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:26.332283+0000 mgr.smithi071.wlolyy (mgr.14180) 1008 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:27.736 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:26.332283+0000 mgr.smithi071.wlolyy (mgr.14180) 1008 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:28.452 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:28.452 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:28.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:28.332980+0000 mgr.smithi071.wlolyy (mgr.14180) 1009 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:28.447983+0000 mgr.smithi071.wlolyy (mgr.14180) 1010 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:29.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:28.332980+0000 mgr.smithi071.wlolyy (mgr.14180) 1009 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:29.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:28.447983+0000 mgr.smithi071.wlolyy (mgr.14180) 1010 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:29.861 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:31.198 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:31.198 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:31.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:30.333750+0000 mgr.smithi071.wlolyy (mgr.14180) 1011 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:31.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:30.333750+0000 mgr.smithi071.wlolyy (mgr.14180) 1011 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:32.592 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:32.626 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:32 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:31.193939+0000 mgr.smithi071.wlolyy (mgr.14180) 1012 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:32.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:32 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:31.193939+0000 mgr.smithi071.wlolyy (mgr.14180) 1012 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:33.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:32.334530+0000 mgr.smithi071.wlolyy (mgr.14180) 1013 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:32.334530+0000 mgr.smithi071.wlolyy (mgr.14180) 1013 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:33.921 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:33.921 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:34.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:35.300 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:35.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:33.917709+0000 mgr.smithi071.wlolyy (mgr.14180) 1014 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:35.618 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:34.335649+0000 mgr.smithi071.wlolyy (mgr.14180) 1015 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:33.917709+0000 mgr.smithi071.wlolyy (mgr.14180) 1014 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:34.335649+0000 mgr.smithi071.wlolyy (mgr.14180) 1015 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:36.666 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:36.666 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:37.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:36.336396+0000 mgr.smithi071.wlolyy (mgr.14180) 1016 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:36.662499+0000 mgr.smithi071.wlolyy (mgr.14180) 1017 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:37.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:36.336396+0000 mgr.smithi071.wlolyy (mgr.14180) 1016 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:37.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:36.662499+0000 mgr.smithi071.wlolyy (mgr.14180) 1017 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:38.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:39.454 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:39.454 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:38.337291+0000 mgr.smithi071.wlolyy (mgr.14180) 1018 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:39.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:38.337291+0000 mgr.smithi071.wlolyy (mgr.14180) 1018 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:39.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:40.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:40 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:39.450494+0000 mgr.smithi071.wlolyy (mgr.14180) 1019 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:40.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:40 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:39.450494+0000 mgr.smithi071.wlolyy (mgr.14180) 1019 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:40.823 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:41.458 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:40.338040+0000 mgr.smithi071.wlolyy (mgr.14180) 1020 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:40.338040+0000 mgr.smithi071.wlolyy (mgr.14180) 1020 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:42.149 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:42.149 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:42.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:43.483 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:43.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:42.144717+0000 mgr.smithi071.wlolyy (mgr.14180) 1021 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:43.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:42.338815+0000 mgr.smithi071.wlolyy (mgr.14180) 1022 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:43.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:42.144717+0000 mgr.smithi071.wlolyy (mgr.14180) 1021 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:43.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:42.338815+0000 mgr.smithi071.wlolyy (mgr.14180) 1022 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:44.833 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:44.833 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:45.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:44.339650+0000 mgr.smithi071.wlolyy (mgr.14180) 1023 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:45.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:44.339650+0000 mgr.smithi071.wlolyy (mgr.14180) 1023 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:46.205 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:46.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:44.829499+0000 mgr.smithi071.wlolyy (mgr.14180) 1024 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:44.829499+0000 mgr.smithi071.wlolyy (mgr.14180) 1024 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:47.613 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:47.613 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:47.634 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:46.340386+0000 mgr.smithi071.wlolyy (mgr.14180) 1025 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:46.340386+0000 mgr.smithi071.wlolyy (mgr.14180) 1025 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:47.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:48.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:48 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:47.609240+0000 mgr.smithi071.wlolyy (mgr.14180) 1026 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:48.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:48 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:47.609240+0000 mgr.smithi071.wlolyy (mgr.14180) 1026 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:48.996 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:49.673 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:48.341053+0000 mgr.smithi071.wlolyy (mgr.14180) 1027 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:48.341053+0000 mgr.smithi071.wlolyy (mgr.14180) 1027 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:50.370 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:50.370 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:50.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:50.341831+0000 mgr.smithi071.wlolyy (mgr.14180) 1028 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:50.366480+0000 mgr.smithi071.wlolyy (mgr.14180) 1029 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:51.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:50.341831+0000 mgr.smithi071.wlolyy (mgr.14180) 1028 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:51.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:50.366480+0000 mgr.smithi071.wlolyy (mgr.14180) 1029 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:51.762 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:53.079 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:53.079 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:53.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:52.342498+0000 mgr.smithi071.wlolyy (mgr.14180) 1030 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:53.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:52.342498+0000 mgr.smithi071.wlolyy (mgr.14180) 1030 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:45:54.469 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:54.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:54 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:53.075143+0000 mgr.smithi071.wlolyy (mgr.14180) 1031 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:54.743 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:54 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:53.075143+0000 mgr.smithi071.wlolyy (mgr.14180) 1031 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:54.343656+0000 mgr.smithi071.wlolyy (mgr.14180) 1032 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:55.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:54.343656+0000 mgr.smithi071.wlolyy (mgr.14180) 1032 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:55.775 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:55.775 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:56.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:56.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:56 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:55.768598+0000 mgr.smithi071.wlolyy (mgr.14180) 1033 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:56.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:56 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:55.768598+0000 mgr.smithi071.wlolyy (mgr.14180) 1033 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:57.146 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:45:57.487 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:56.344528+0000 mgr.smithi071.wlolyy (mgr.14180) 1034 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:56.344528+0000 mgr.smithi071.wlolyy (mgr.14180) 1034 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:58.469 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:45:58.470 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:45:58.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:45:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:45:58.345228+0000 mgr.smithi071.wlolyy (mgr.14180) 1035 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:45:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:45:58.465640+0000 mgr.smithi071.wlolyy (mgr.14180) 1036 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:59.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:45:58.345228+0000 mgr.smithi071.wlolyy (mgr.14180) 1035 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:45:59.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:45:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:45:58.465640+0000 mgr.smithi071.wlolyy (mgr.14180) 1036 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:45:59.837 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:01.194 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:01.194 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:01.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:00.346237+0000 mgr.smithi071.wlolyy (mgr.14180) 1037 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:01.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:00.346237+0000 mgr.smithi071.wlolyy (mgr.14180) 1037 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:02.577 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:02.605 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:02 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:01.189581+0000 mgr.smithi071.wlolyy (mgr.14180) 1038 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:02.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:02 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:01.189581+0000 mgr.smithi071.wlolyy (mgr.14180) 1038 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:03.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:02.346898+0000 mgr.smithi071.wlolyy (mgr.14180) 1039 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:02.346898+0000 mgr.smithi071.wlolyy (mgr.14180) 1039 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:03.908 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:03.908 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:04.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:05.292 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:05.627 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:03.904693+0000 mgr.smithi071.wlolyy (mgr.14180) 1040 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:05.628 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:04.347690+0000 mgr.smithi071.wlolyy (mgr.14180) 1041 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:05.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:03.904693+0000 mgr.smithi071.wlolyy (mgr.14180) 1040 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:05.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:04.347690+0000 mgr.smithi071.wlolyy (mgr.14180) 1041 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:06.679 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:06.679 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:07.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:06.348404+0000 mgr.smithi071.wlolyy (mgr.14180) 1042 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:06.675747+0000 mgr.smithi071.wlolyy (mgr.14180) 1043 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:07.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:06.348404+0000 mgr.smithi071.wlolyy (mgr.14180) 1042 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:07.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:06.675747+0000 mgr.smithi071.wlolyy (mgr.14180) 1043 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:08.042 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:09.392 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:09.393 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:37.945206Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:37.945360Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:37.945430Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:37.945493Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:37.945553Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:37.945790Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:08.349192+0000 mgr.smithi071.wlolyy (mgr.14180) 1044 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:09.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:08.349192+0000 mgr.smithi071.wlolyy (mgr.14180) 1044 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:09.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:09.388592+0000 mgr.smithi071.wlolyy (mgr.14180) 1045 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:10.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:10 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:10.327128+0000 mon.smithi071 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:46:10.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:09.388592+0000 mgr.smithi071.wlolyy (mgr.14180) 1045 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:10.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:10 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:10.327128+0000 mon.smithi071 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:46:10.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:10.350033+0000 mgr.smithi071.wlolyy (mgr.14180) 1046 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:11.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:10.350033+0000 mgr.smithi071.wlolyy (mgr.14180) 1046 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:12.606 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:12.606 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:39:40.255940Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:39:40.256082Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:39:40.256173Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:39:40.255814Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:39:40.255613Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:39:40.257113Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:39:40.256305Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:39:40.256503Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:39:40.256396Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:39:40.256957Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:12.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:12 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:11.630704+0000 mon.smithi071 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:12.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:12 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:11.630704+0000 mon.smithi071 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:13.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:13.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:12.350660+0000 mgr.smithi071.wlolyy (mgr.14180) 1047 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:13.973 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:12.602850+0000 mgr.smithi071.wlolyy (mgr.14180) 1048 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:13.991 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:12.350660+0000 mgr.smithi071.wlolyy (mgr.14180) 1047 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:13.992 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:12.602850+0000 mgr.smithi071.wlolyy (mgr.14180) 1048 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:14.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:14.068228+0000 mon.smithi071 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:14.351503+0000 mgr.smithi071.wlolyy (mgr.14180) 1049 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:14.362515+0000 mon.smithi071 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:14.363202+0000 mon.smithi071 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:14.369516+0000 mon.smithi071 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:14.370037+0000 mgr.smithi071.wlolyy (mgr.14180) 1050 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:14.373737+0000 mon.smithi071 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:46:15.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:14.383745+0000 mon.smithi071 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:15.243 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cephadm 2024-01-18T07:46:14.385965+0000 mgr.smithi071.wlolyy (mgr.14180) 1051 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.tmzcrq on smithi087 2024-01-18T07:46:15.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:14.068228+0000 mon.smithi071 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:15.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:14.351503+0000 mgr.smithi071.wlolyy (mgr.14180) 1049 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:15.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:14.362515+0000 mon.smithi071 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:46:15.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:14.363202+0000 mon.smithi071 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T07:46:15.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:14.369516+0000 mon.smithi071 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:15.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:14.370037+0000 mgr.smithi071.wlolyy (mgr.14180) 1050 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:15.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:14.373737+0000 mon.smithi071 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T07:46:15.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:14.383745+0000 mon.smithi071 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:15.476 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cephadm 2024-01-18T07:46:14.385965+0000 mgr.smithi071.wlolyy (mgr.14180) 1051 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi087.tmzcrq on smithi087 2024-01-18T07:46:15.617 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:15.618 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:15.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:16.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:15.066387+0000 mon.smithi071 (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T07:46:16.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:15.066458+0000 mon.smithi071 (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-01-18T07:46:16.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:15.614109+0000 mgr.smithi071.wlolyy (mgr.14180) 1052 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:16.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:15.066387+0000 mon.smithi071 (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T07:46:16.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:15.066458+0000 mon.smithi071 (mon.0) 690 : cluster [INF] Cluster is now healthy 2024-01-18T07:46:16.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:15.614109+0000 mgr.smithi071.wlolyy (mgr.14180) 1052 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:16.974 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:17.324 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:16.370759+0000 mgr.smithi071.wlolyy (mgr.14180) 1053 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:17.475 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:16.370759+0000 mgr.smithi071.wlolyy (mgr.14180) 1053 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:18.337 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:18.337 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:18.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:19.723 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:18.333745+0000 mgr.smithi071.wlolyy (mgr.14180) 1054 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:18.371390+0000 mgr.smithi071.wlolyy (mgr.14180) 1055 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:19.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:18.333745+0000 mgr.smithi071.wlolyy (mgr.14180) 1054 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:19.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:18.371390+0000 mgr.smithi071.wlolyy (mgr.14180) 1055 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:21.083 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:21.083 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:21.462 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:20.372177+0000 mgr.smithi071.wlolyy (mgr.14180) 1056 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:21.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:21.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:20.372177+0000 mgr.smithi071.wlolyy (mgr.14180) 1056 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:22.482 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:21.079631+0000 mgr.smithi071.wlolyy (mgr.14180) 1057 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:22.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:21.079631+0000 mgr.smithi071.wlolyy (mgr.14180) 1057 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:23.492 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:22.373020+0000 mgr.smithi071.wlolyy (mgr.14180) 1058 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:22.373020+0000 mgr.smithi071.wlolyy (mgr.14180) 1058 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:23.854 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:23.855 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:24.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:25.231 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:25.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:23.850844+0000 mgr.smithi071.wlolyy (mgr.14180) 1059 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:25.555 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:24.373713+0000 mgr.smithi071.wlolyy (mgr.14180) 1060 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:23.850844+0000 mgr.smithi071.wlolyy (mgr.14180) 1059 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:24.373713+0000 mgr.smithi071.wlolyy (mgr.14180) 1060 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-18T07:46:26.572 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:26.572 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:26.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:26.374449+0000 mgr.smithi071.wlolyy (mgr.14180) 1061 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:26.567825+0000 mgr.smithi071.wlolyy (mgr.14180) 1062 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:27.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:26.374449+0000 mgr.smithi071.wlolyy (mgr.14180) 1061 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:27.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:26.567825+0000 mgr.smithi071.wlolyy (mgr.14180) 1062 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:27.962 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:29.311 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:29.311 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:29.685 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:28.374986+0000 mgr.smithi071.wlolyy (mgr.14180) 1063 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:29.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:28.374986+0000 mgr.smithi071.wlolyy (mgr.14180) 1063 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:30.687 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:30.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:29.306784+0000 mgr.smithi071.wlolyy (mgr.14180) 1064 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:30.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:30.010714+0000 mon.smithi071 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:29.306784+0000 mgr.smithi071.wlolyy (mgr.14180) 1064 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:30.010714+0000 mon.smithi071 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.71:0/4198437594' entity='mgr.smithi071.wlolyy' 2024-01-18T07:46:31.673 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:30.375542+0000 mgr.smithi071.wlolyy (mgr.14180) 1065 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:30.375542+0000 mgr.smithi071.wlolyy (mgr.14180) 1065 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:32.054 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:32.054 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:32.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:33.437 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:32.050488+0000 mgr.smithi071.wlolyy (mgr.14180) 1066 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:32.376119+0000 mgr.smithi071.wlolyy (mgr.14180) 1067 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:33.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:32.050488+0000 mgr.smithi071.wlolyy (mgr.14180) 1066 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:33.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:32.376119+0000 mgr.smithi071.wlolyy (mgr.14180) 1067 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:34.744 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:34.745 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:35.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:34.376758+0000 mgr.smithi071.wlolyy (mgr.14180) 1068 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:34.740786+0000 mgr.smithi071.wlolyy (mgr.14180) 1069 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:35.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:34.376758+0000 mgr.smithi071.wlolyy (mgr.14180) 1068 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:35.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:34.740786+0000 mgr.smithi071.wlolyy (mgr.14180) 1069 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:36.136 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:37.391 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:37.392 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:37.691 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:36.377467+0000 mgr.smithi071.wlolyy (mgr.14180) 1070 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:36.377467+0000 mgr.smithi071.wlolyy (mgr.14180) 1070 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:37.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:38.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:37.387697+0000 mgr.smithi071.wlolyy (mgr.14180) 1071 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:38.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:37.387697+0000 mgr.smithi071.wlolyy (mgr.14180) 1071 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:38.768 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:39.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:38.378158+0000 mgr.smithi071.wlolyy (mgr.14180) 1072 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:39.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:38.378158+0000 mgr.smithi071.wlolyy (mgr.14180) 1072 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:40.142 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:40.142 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:40.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:41.534 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:40.138474+0000 mgr.smithi071.wlolyy (mgr.14180) 1073 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:41.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:40.378756+0000 mgr.smithi071.wlolyy (mgr.14180) 1074 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:41.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:40.138474+0000 mgr.smithi071.wlolyy (mgr.14180) 1073 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:41.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:40.378756+0000 mgr.smithi071.wlolyy (mgr.14180) 1074 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:42.979 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:42.979 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:43.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:43.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:42.379270+0000 mgr.smithi071.wlolyy (mgr.14180) 1075 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:43.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:42.379270+0000 mgr.smithi071.wlolyy (mgr.14180) 1075 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:44.351 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:44.701 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:42.975562+0000 mgr.smithi071.wlolyy (mgr.14180) 1076 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:44.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:42.975562+0000 mgr.smithi071.wlolyy (mgr.14180) 1076 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:45.716 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:45.716 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:44.380064+0000 mgr.smithi071.wlolyy (mgr.14180) 1077 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:45.737 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:44.380064+0000 mgr.smithi071.wlolyy (mgr.14180) 1077 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:46.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:45.712288+0000 mgr.smithi071.wlolyy (mgr.14180) 1078 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:46.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:45.712288+0000 mgr.smithi071.wlolyy (mgr.14180) 1078 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:47.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:46.380723+0000 mgr.smithi071.wlolyy (mgr.14180) 1079 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:47.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:46.380723+0000 mgr.smithi071.wlolyy (mgr.14180) 1079 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:48.466 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:48.466 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:48.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:48.381339+0000 mgr.smithi071.wlolyy (mgr.14180) 1080 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:48.462835+0000 mgr.smithi071.wlolyy (mgr.14180) 1081 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:49.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:48.381339+0000 mgr.smithi071.wlolyy (mgr.14180) 1080 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:49.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:48.462835+0000 mgr.smithi071.wlolyy (mgr.14180) 1081 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:49.926 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:51.300 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:51.300 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:51.588 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:50.381947+0000 mgr.smithi071.wlolyy (mgr.14180) 1082 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:51.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:50.381947+0000 mgr.smithi071.wlolyy (mgr.14180) 1082 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:52.674 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:52.707 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:51.296558+0000 mgr.smithi071.wlolyy (mgr.14180) 1083 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:51.296558+0000 mgr.smithi071.wlolyy (mgr.14180) 1083 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:53.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:52.382531+0000 mgr.smithi071.wlolyy (mgr.14180) 1084 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:52.382531+0000 mgr.smithi071.wlolyy (mgr.14180) 1084 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:46:54.025 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:54.025 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:54.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:55.400 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:55.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:54.021406+0000 mgr.smithi071.wlolyy (mgr.14180) 1085 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:55.724 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:54.383263+0000 mgr.smithi071.wlolyy (mgr.14180) 1086 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:54.021406+0000 mgr.smithi071.wlolyy (mgr.14180) 1085 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:54.383263+0000 mgr.smithi071.wlolyy (mgr.14180) 1086 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:56.775 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:56.775 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:57.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:46:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:56.383802+0000 mgr.smithi071.wlolyy (mgr.14180) 1087 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:56.770754+0000 mgr.smithi071.wlolyy (mgr.14180) 1088 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:57.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:56.383802+0000 mgr.smithi071.wlolyy (mgr.14180) 1087 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:57.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:56.770754+0000 mgr.smithi071.wlolyy (mgr.14180) 1088 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:46:58.139 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:46:59.515 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:46:59.515 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:46:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:46:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:46:58.384321+0000 mgr.smithi071.wlolyy (mgr.14180) 1089 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:59.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:46:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:46:58.384321+0000 mgr.smithi071.wlolyy (mgr.14180) 1089 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:46:59.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:46:59.510895+0000 mgr.smithi071.wlolyy (mgr.14180) 1090 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:00.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:46:59.510895+0000 mgr.smithi071.wlolyy (mgr.14180) 1090 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:00.888 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:01.491 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:00.384952+0000 mgr.smithi071.wlolyy (mgr.14180) 1091 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:00.384952+0000 mgr.smithi071.wlolyy (mgr.14180) 1091 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:02.303 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:02.303 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:02.679 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:03.681 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:03.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:02.299159+0000 mgr.smithi071.wlolyy (mgr.14180) 1092 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:03.712 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:02.385573+0000 mgr.smithi071.wlolyy (mgr.14180) 1093 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:02.299159+0000 mgr.smithi071.wlolyy (mgr.14180) 1092 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:03.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:02.385573+0000 mgr.smithi071.wlolyy (mgr.14180) 1093 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:05.008 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:05.008 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:05.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:05.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:04.386528+0000 mgr.smithi071.wlolyy (mgr.14180) 1094 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:05.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:04.386528+0000 mgr.smithi071.wlolyy (mgr.14180) 1094 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:06.396 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:06.722 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:06 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:05.004451+0000 mgr.smithi071.wlolyy (mgr.14180) 1095 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:06.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:06 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:05.004451+0000 mgr.smithi071.wlolyy (mgr.14180) 1095 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:07.667 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:07.667 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:07.688 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:06.387254+0000 mgr.smithi071.wlolyy (mgr.14180) 1096 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:07.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:06.387254+0000 mgr.smithi071.wlolyy (mgr.14180) 1096 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:08.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:08.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:07.662865+0000 mgr.smithi071.wlolyy (mgr.14180) 1097 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:08.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:07.662865+0000 mgr.smithi071.wlolyy (mgr.14180) 1097 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:09.061 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:09.697 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:08.387821+0000 mgr.smithi071.wlolyy (mgr.14180) 1098 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:09.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:08.387821+0000 mgr.smithi071.wlolyy (mgr.14180) 1098 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:10.404 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:10.405 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:10.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:10.388491+0000 mgr.smithi071.wlolyy (mgr.14180) 1099 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:11.726 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:10.400703+0000 mgr.smithi071.wlolyy (mgr.14180) 1100 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:11.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:10.388491+0000 mgr.smithi071.wlolyy (mgr.14180) 1099 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:11.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:10.400703+0000 mgr.smithi071.wlolyy (mgr.14180) 1100 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:11.745 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:13.104 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:13.104 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:13.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:13.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:12.389034+0000 mgr.smithi071.wlolyy (mgr.14180) 1101 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:13.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:12.389034+0000 mgr.smithi071.wlolyy (mgr.14180) 1101 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:14.486 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:13.100137+0000 mgr.smithi071.wlolyy (mgr.14180) 1102 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:14.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:13.100137+0000 mgr.smithi071.wlolyy (mgr.14180) 1102 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:14.389997+0000 mgr.smithi071.wlolyy (mgr.14180) 1103 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:15.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:14.389997+0000 mgr.smithi071.wlolyy (mgr.14180) 1103 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:15.770 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:15.770 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:16.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:16.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:15.766581+0000 mgr.smithi071.wlolyy (mgr.14180) 1104 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:16.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:15.766581+0000 mgr.smithi071.wlolyy (mgr.14180) 1104 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:17.160 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:17.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:16.390628+0000 mgr.smithi071.wlolyy (mgr.14180) 1105 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:17.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:17 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:16.390628+0000 mgr.smithi071.wlolyy (mgr.14180) 1105 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:18.527 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:18.527 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:18.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:18.391197+0000 mgr.smithi071.wlolyy (mgr.14180) 1106 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:19.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:19 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:18.523690+0000 mgr.smithi071.wlolyy (mgr.14180) 1107 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:19.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:18.391197+0000 mgr.smithi071.wlolyy (mgr.14180) 1106 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:19.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:19 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:18.523690+0000 mgr.smithi071.wlolyy (mgr.14180) 1107 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:19.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:21.235 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:21.235 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:21.523 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:21 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:20.391831+0000 mgr.smithi071.wlolyy (mgr.14180) 1108 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:21.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:21.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:21 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:20.391831+0000 mgr.smithi071.wlolyy (mgr.14180) 1108 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:22.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:22.650 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:22 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:21.231502+0000 mgr.smithi071.wlolyy (mgr.14180) 1109 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:22.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:22 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:21.231502+0000 mgr.smithi071.wlolyy (mgr.14180) 1109 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:23.594 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:23 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:22.392396+0000 mgr.smithi071.wlolyy (mgr.14180) 1110 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:23.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:23 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:22.392396+0000 mgr.smithi071.wlolyy (mgr.14180) 1110 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:23.978 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:23.978 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:24.399 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:25.399 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:25.716 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:23.974401+0000 mgr.smithi071.wlolyy (mgr.14180) 1111 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:25.717 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:25 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:24.393126+0000 mgr.smithi071.wlolyy (mgr.14180) 1112 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:23.974401+0000 mgr.smithi071.wlolyy (mgr.14180) 1111 : audit [DBG] from='client.16206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:25.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:25 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:24.393126+0000 mgr.smithi071.wlolyy (mgr.14180) 1112 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:26.708 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:26.708 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:27.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:26.393680+0000 mgr.smithi071.wlolyy (mgr.14180) 1113 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:27.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:27 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:26.703891+0000 mgr.smithi071.wlolyy (mgr.14180) 1114 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:27.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:26.393680+0000 mgr.smithi071.wlolyy (mgr.14180) 1113 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:27.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:27 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:26.703891+0000 mgr.smithi071.wlolyy (mgr.14180) 1114 : audit [DBG] from='client.16210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:28.091 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:29.422 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:29.423 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:29.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:29 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:28.394411+0000 mgr.smithi071.wlolyy (mgr.14180) 1115 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:29.730 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:29 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:28.394411+0000 mgr.smithi071.wlolyy (mgr.14180) 1115 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:29.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:30.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:30 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:29.419216+0000 mgr.smithi071.wlolyy (mgr.14180) 1116 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:30.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:30 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:29.419216+0000 mgr.smithi071.wlolyy (mgr.14180) 1116 : audit [DBG] from='client.16214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:30.791 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:31.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:31 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:30.395128+0000 mgr.smithi071.wlolyy (mgr.14180) 1117 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:31.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:31 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:30.395128+0000 mgr.smithi071.wlolyy (mgr.14180) 1117 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:32.133 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:32.133 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:32.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:33.524 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:32.129706+0000 mgr.smithi071.wlolyy (mgr.14180) 1118 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:33.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:33 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:32.395694+0000 mgr.smithi071.wlolyy (mgr.14180) 1119 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:33.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:32.129706+0000 mgr.smithi071.wlolyy (mgr.14180) 1118 : audit [DBG] from='client.16218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:33.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:33 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:32.395694+0000 mgr.smithi071.wlolyy (mgr.14180) 1119 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:34.826 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:34.826 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:35.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:34.396372+0000 mgr.smithi071.wlolyy (mgr.14180) 1120 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:35.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:35 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:34.822576+0000 mgr.smithi071.wlolyy (mgr.14180) 1121 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:35.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:34.396372+0000 mgr.smithi071.wlolyy (mgr.14180) 1120 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:35.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:35 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:34.822576+0000 mgr.smithi071.wlolyy (mgr.14180) 1121 : audit [DBG] from='client.16222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:36.215 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:37.574 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:37.574 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:37.725 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:37 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:36.397025+0000 mgr.smithi071.wlolyy (mgr.14180) 1122 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:37.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:37 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:36.397025+0000 mgr.smithi071.wlolyy (mgr.14180) 1122 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:37.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:38.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:38 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:37.570074+0000 mgr.smithi071.wlolyy (mgr.14180) 1123 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:38.947 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:38.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:38 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:37.570074+0000 mgr.smithi071.wlolyy (mgr.14180) 1123 : audit [DBG] from='client.16226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:39.633 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:39 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:38.397620+0000 mgr.smithi071.wlolyy (mgr.14180) 1124 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:39.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:39 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:38.397620+0000 mgr.smithi071.wlolyy (mgr.14180) 1124 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:40.287 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:40.287 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:40.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:41.671 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:41.699 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:40.283608+0000 mgr.smithi071.wlolyy (mgr.14180) 1125 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:41.700 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:41 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:40.398169+0000 mgr.smithi071.wlolyy (mgr.14180) 1126 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:41.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:40.283608+0000 mgr.smithi071.wlolyy (mgr.14180) 1125 : audit [DBG] from='client.16230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:41.727 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:41 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:40.398169+0000 mgr.smithi071.wlolyy (mgr.14180) 1126 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:42.966 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:42.966 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:43.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:43.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:43 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:42.398690+0000 mgr.smithi071.wlolyy (mgr.14180) 1127 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:43.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:43 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:42.398690+0000 mgr.smithi071.wlolyy (mgr.14180) 1127 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:44.314 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:44.638 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:44 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:42.961870+0000 mgr.smithi071.wlolyy (mgr.14180) 1128 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:44.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:44 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:42.961870+0000 mgr.smithi071.wlolyy (mgr.14180) 1128 : audit [DBG] from='client.16234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:45.689 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:45.690 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:45.718 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:45 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:44.399501+0000 mgr.smithi071.wlolyy (mgr.14180) 1129 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:45.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:45 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:44.399501+0000 mgr.smithi071.wlolyy (mgr.14180) 1129 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:46.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:46.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:46 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:45.685017+0000 mgr.smithi071.wlolyy (mgr.14180) 1130 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:46.738 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:46 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:45.685017+0000 mgr.smithi071.wlolyy (mgr.14180) 1130 : audit [DBG] from='client.16238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:47.071 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:47.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:47 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:46.400530+0000 mgr.smithi071.wlolyy (mgr.14180) 1131 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:47.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:47 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:46.400530+0000 mgr.smithi071.wlolyy (mgr.14180) 1131 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:48.420 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:48.421 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:48.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:48.401105+0000 mgr.smithi071.wlolyy (mgr.14180) 1132 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:49.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:49 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:48.417016+0000 mgr.smithi071.wlolyy (mgr.14180) 1133 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:49.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:48.401105+0000 mgr.smithi071.wlolyy (mgr.14180) 1132 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:49.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:49 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:48.417016+0000 mgr.smithi071.wlolyy (mgr.14180) 1133 : audit [DBG] from='client.16242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:49.805 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:51.249 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:51.250 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:51.626 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:51 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:50.401621+0000 mgr.smithi071.wlolyy (mgr.14180) 1134 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:51.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:51.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:51 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:50.401621+0000 mgr.smithi071.wlolyy (mgr.14180) 1134 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:52.629 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:52.663 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:52 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:51.245633+0000 mgr.smithi071.wlolyy (mgr.14180) 1135 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:52.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:52 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:51.245633+0000 mgr.smithi071.wlolyy (mgr.14180) 1135 : audit [DBG] from='client.16246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:53.623 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:53 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:52.402458+0000 mgr.smithi071.wlolyy (mgr.14180) 1136 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:53.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:53 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:52.402458+0000 mgr.smithi071.wlolyy (mgr.14180) 1136 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:47:53.991 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:53.992 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:54.376 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:55.376 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:55.703 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:53.988161+0000 mgr.smithi071.wlolyy (mgr.14180) 1137 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:55.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:55 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:54.403226+0000 mgr.smithi071.wlolyy (mgr.14180) 1138 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:53.988161+0000 mgr.smithi071.wlolyy (mgr.14180) 1137 : audit [DBG] from='client.16250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:55.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:55 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:54.403226+0000 mgr.smithi071.wlolyy (mgr.14180) 1138 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:56.709 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:56.710 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:57.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:47:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:56.403823+0000 mgr.smithi071.wlolyy (mgr.14180) 1139 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:57.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:57 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:56.705873+0000 mgr.smithi071.wlolyy (mgr.14180) 1140 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:57.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:56.403823+0000 mgr.smithi071.wlolyy (mgr.14180) 1139 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:47:57.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:57 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:56.705873+0000 mgr.smithi071.wlolyy (mgr.14180) 1140 : audit [DBG] from='client.16254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:47:58.085 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:47:59.451 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:47:59.451 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:47:59.723 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:47:59 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:47:58.404558+0000 mgr.smithi071.wlolyy (mgr.14180) 1141 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-18T07:47:59.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:47:59 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:47:58.404558+0000 mgr.smithi071.wlolyy (mgr.14180) 1141 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-01-18T07:47:59.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:48:00.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:00 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:47:59.446417+0000 mgr.smithi071.wlolyy (mgr.14180) 1142 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:00.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:00 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:47:59.446417+0000 mgr.smithi071.wlolyy (mgr.14180) 1142 : audit [DBG] from='client.16258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:00.772 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:48:01.704 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:01 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:00.405086+0000 mgr.smithi071.wlolyy (mgr.14180) 1143 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:01.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:01 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:00.405086+0000 mgr.smithi071.wlolyy (mgr.14180) 1143 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:02.083 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:48:02.083 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:48:02.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:48:03.475 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:48:03.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:48:02.079125+0000 mgr.smithi071.wlolyy (mgr.14180) 1144 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:03.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:03 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:02.405847+0000 mgr.smithi071.wlolyy (mgr.14180) 1145 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-18T07:48:03.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:48:02.079125+0000 mgr.smithi071.wlolyy (mgr.14180) 1144 : audit [DBG] from='client.16262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:03.972 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:03 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:02.405847+0000 mgr.smithi071.wlolyy (mgr.14180) 1145 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-01-18T07:48:04.790 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:48:04.790 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:48:05.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:48:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:04.406534+0000 mgr.smithi071.wlolyy (mgr.14180) 1146 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:05.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:05 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:48:04.786209+0000 mgr.smithi071.wlolyy (mgr.14180) 1147 : audit [DBG] from='client.16266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:05.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:04.406534+0000 mgr.smithi071.wlolyy (mgr.14180) 1146 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:05.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:05 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:48:04.786209+0000 mgr.smithi071.wlolyy (mgr.14180) 1147 : audit [DBG] from='client.16266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:06.167 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:48:07.500 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:48:07.500 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:48:07.742 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:07 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:06.407103+0000 mgr.smithi071.wlolyy (mgr.14180) 1148 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:07.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:48:07.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:07 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:06.407103+0000 mgr.smithi071.wlolyy (mgr.14180) 1148 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:08.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:08 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:48:07.496344+0000 mgr.smithi071.wlolyy (mgr.14180) 1149 : audit [DBG] from='client.16270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:08.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:48:08.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:08 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:48:07.496344+0000 mgr.smithi071.wlolyy (mgr.14180) 1149 : audit [DBG] from='client.16270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:09.585 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:09 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:08.407726+0000 mgr.smithi071.wlolyy (mgr.14180) 1150 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:09.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:09 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:08.407726+0000 mgr.smithi071.wlolyy (mgr.14180) 1150 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-01-18T07:48:10.257 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:48:10.257 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:48:10.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:48:11.640 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:48:11.669 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:48:10.253315+0000 mgr.smithi071.wlolyy (mgr.14180) 1151 : audit [DBG] from='client.16274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:11.670 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:11 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:10.408280+0000 mgr.smithi071.wlolyy (mgr.14180) 1152 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-18T07:48:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:48:10.253315+0000 mgr.smithi071.wlolyy (mgr.14180) 1151 : audit [DBG] from='client.16274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:11.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:11 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:10.408280+0000 mgr.smithi071.wlolyy (mgr.14180) 1152 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-18T07:48:12.948 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:48:12.948 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:48:13.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:48:13.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:13 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:12.408809+0000 mgr.smithi071.wlolyy (mgr.14180) 1153 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:48:13.741 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:13 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:12.408809+0000 mgr.smithi071.wlolyy (mgr.14180) 1153 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T07:48:14.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T07:48:14.682 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:14 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:48:12.944233+0000 mgr.smithi071.wlolyy (mgr.14180) 1154 : audit [DBG] from='client.16278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:14.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:14 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:48:12.944233+0000 mgr.smithi071.wlolyy (mgr.14180) 1154 : audit [DBG] from='client.16278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:15.690 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-01-18T07:48:15.690 INFO:teuthology.orchestra.run.smithi071.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:26:00.582893Z", "last_refresh": "2024-01-18T07:46:14.058263Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:25:57.228102Z", "last_refresh": "2024-01-18T07:46:11.624792Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:25:58.985594Z", "last_refresh": "2024-01-18T07:46:14.058512Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:39:36.420921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.dzghgg on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:42:10.543498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi087.tgdbbs on smithi087: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi087-tgdbbs\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi087.tgdbbs\nDeploy daemon haproxy.nfs.foo.smithi087.tgdbbs ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:40:17Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:40:55Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:41:32Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi087 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.321241Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi071.ibbprc on smithi071: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi071-ibbprc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\n/bin/podman: stderr Error: no such container ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi071.ibbprc\nDeploy daemon haproxy.nfs.foo.smithi071.ibbprc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-18T07:42:47Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:43:24Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-18T07:44:02Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi071 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T07:45:10.323130Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi071.csgary on smithi071: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T07:45:10.324811Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi087.blwqyk on smithi087: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.71/16"}, "status": {"created": "2024-01-18T07:29:28.753896Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.71/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:25:56.314191Z", "last_refresh": "2024-01-18T07:46:11.624937Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:26:58.243469Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi071:172.21.15.71=smithi071", "smithi087:172.21.15.87=smithi087"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T07:26:58.241552Z", "last_refresh": "2024-01-18T07:46:11.625024Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T07:29:28.752748Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T07:29:28.749235Z", "last_refresh": "2024-01-18T07:46:14.059504Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:25:59.801747Z", "last_refresh": "2024-01-18T07:46:11.625089Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T07:27:22.419126Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T07:27:22.415619Z", "last_refresh": "2024-01-18T07:46:11.625152Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:25:58.166914Z", "last_refresh": "2024-01-18T07:46:14.058750Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-18T07:29:24.828126Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-01-18T07:29:29.818294Z", "last_refresh": "2024-01-18T07:46:11.625397Z", "ports": [8800], "running": 2, "size": 2}}] 2024-01-18T07:48:15.715 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:15 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: cluster 2024-01-18T07:48:14.409581+0000 mgr.smithi071.wlolyy (mgr.14180) 1155 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:48:15.725 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:15 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: cluster 2024-01-18T07:48:14.409581+0000 mgr.smithi071.wlolyy (mgr.14180) 1155 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-18T07:48:16.080 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T07:48:16.080 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T07:48:16.325 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9ca21c828e0245dcb2b29bdef4869448 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T07:48:16.327 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-18T07:48:16.337 INFO:tasks.vip:Removing 10.0.15.71 (and any VIPs) on smithi071.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T07:48:16.338 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.15.71/16 dev enp3s0f1 2024-01-18T07:48:16.384 DEBUG:teuthology.orchestra.run.smithi071:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2024-01-18T07:48:16.449 INFO:teuthology.orchestra.run.smithi071.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T07:48:16.450 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T07:48:16.451 INFO:tasks.vip:Removing 10.0.15.87 (and any VIPs) on smithi087.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T07:48:16.451 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.15.87/16 dev enp3s0f1 2024-01-18T07:48:16.506 DEBUG:teuthology.orchestra.run.smithi087:> sudo ip addr del 10.0.31.71/16 dev enp3s0f1 2024-01-18T07:48:16.535 INFO:teuthology.orchestra.run.smithi087.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T07:48:16.535 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T07:48:16.536 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T07:48:16.546 INFO:tasks.cephadm:Teardown begin 2024-01-18T07:48:16.547 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:48:16.574 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:48:16.605 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T07:48:16.605 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:48:16.631 DEBUG:teuthology.orchestra.run.smithi087:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:48:16.662 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T07:48:16.662 INFO:tasks.cephadm.mon.smithi071:Stopping mon.smithi071... 2024-01-18T07:48:16.663 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi071 2024-01-18T07:48:16.694 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: audit 2024-01-18T07:48:15.685562+0000 mgr.smithi071.wlolyy (mgr.14180) 1156 : audit [DBG] from='client.16282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:16.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:16 smithi071 systemd[1]: Stopping Ceph mon.smithi071 for a8c010d6-b5d2-11ee-95ae-87774f69a715... 2024-01-18T07:48:16.945 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:16 smithi071 bash[154419]: Error: no container with name or ID "ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon.smithi071" found: no such container 2024-01-18T07:48:16.946 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:48:16.944+0000 7f291f8e6700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi071 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-01-18T07:48:16.975 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:16 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: audit 2024-01-18T07:48:15.685562+0000 mgr.smithi071.wlolyy (mgr.14180) 1156 : audit [DBG] from='client.16282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T07:48:17.241 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:16 smithi071 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071[32745]: debug 2024-01-18T07:48:16.944+0000 7f291f8e6700 -1 mon.smithi071@0(leader) e2 *** Got Signal Terminated *** 2024-01-18T07:48:17.242 INFO:journalctl@ceph.mon.smithi071.smithi071.stdout:Jan 18 07:48:17 smithi071 bash[154457]: ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi071 2024-01-18T07:48:17.457 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi071.service' 2024-01-18T07:48:17.546 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T07:48:17.546 INFO:tasks.cephadm.mon.smithi071:Stopped mon.smithi071 2024-01-18T07:48:17.546 INFO:tasks.cephadm.mon.smithi087:Stopping mon.smithi087... 2024-01-18T07:48:17.546 DEBUG:teuthology.orchestra.run.smithi087:> sudo systemctl stop ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi087 2024-01-18T07:48:17.932 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:17 smithi087 systemd[1]: Stopping Ceph mon.smithi087 for a8c010d6-b5d2-11ee-95ae-87774f69a715... 2024-01-18T07:48:17.933 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:17 smithi087 bash[55818]: Error: no container with name or ID "ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon.smithi087" found: no such container 2024-01-18T07:48:17.933 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:48:17.817+0000 7fd920ff8700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi087 -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-01-18T07:48:17.933 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:17 smithi087 ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087[35965]: debug 2024-01-18T07:48:17.817+0000 7fd920ff8700 -1 mon.smithi087@1(peon) e2 *** Got Signal Terminated *** 2024-01-18T07:48:18.225 INFO:journalctl@ceph.mon.smithi087.smithi087.stdout:Jan 18 07:48:17 smithi087 bash[55858]: ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715-mon-smithi087 2024-01-18T07:48:18.271 DEBUG:teuthology.orchestra.run.smithi087:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a8c010d6-b5d2-11ee-95ae-87774f69a715@mon.smithi087.service' 2024-01-18T07:48:18.317 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T07:48:18.318 INFO:tasks.cephadm.mon.smithi087:Stopped mon.smithi087 2024-01-18T07:48:18.318 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T07:49:12.576 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T07:49:53.703 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:49:53.742 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:49:53.772 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T07:49:53.774 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671/remote/ubuntu@smithi071.front.sepia.ceph.com/crash 2024-01-18T07:49:53.775 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/crash -- . 2024-01-18T07:49:53.827 INFO:teuthology.orchestra.run.smithi071.stderr:tar: /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T07:49:53.827 INFO:teuthology.orchestra.run.smithi071.stderr:tar: Error is not recoverable: exiting now 2024-01-18T07:49:53.829 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671/remote/ubuntu@smithi087.front.sepia.ceph.com/crash 2024-01-18T07:49:53.830 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/crash -- . 2024-01-18T07:49:53.875 INFO:teuthology.orchestra.run.smithi087.stderr:tar: /var/lib/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T07:49:53.875 INFO:teuthology.orchestra.run.smithi087.stderr:tar: Error is not recoverable: exiting now 2024-01-18T07:49:53.876 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T07:49:53.876 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T07:49:53.906 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T07:49:53.908 INFO:tasks.cephadm:Compressing logs... 2024-01-18T07:49:53.908 DEBUG:teuthology.orchestra.run.smithi071:> 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-01-18T07:49:53.950 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:49:53.978 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T07:49:53.978 INFO:teuthology.orchestra.run.smithi071.stderr:: No such file or directory 2024-01-18T07:49:53.978 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi071.gxoqxl.log 2024-01-18T07:49:53.978 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-18T07:49:53.979 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mon.smithi071.log 2024-01-18T07:49:53.979 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi071.gxoqxl.log: /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.1.log: 66.8% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi071.gxoqxl.log.gz 2024-01-18T07:49:53.979 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-18T07:49:53.981 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mon.smithi071.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T07:49:53.981 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-18T07:49:53.981 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mgr.smithi071.wlolyy.log 2024-01-18T07:49:53.982 INFO:teuthology.orchestra.run.smithi087.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T07:49:53.982 INFO:teuthology.orchestra.run.smithi087.stderr:: No such file or directory 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr:gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi087.zxdxbn.log 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi087.zxdxbn.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr: 63.2% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-client.rgw.foorgw.smithi087.zxdxbn.log.gz 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mgr.smithi087.tjbrfr.log 2024-01-18T07:49:53.983 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-18T07:49:53.984 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.6.log: /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mgr.smithi071.wlolyy.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-18T07:49:53.987 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.4.log: 92.9% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T07:49:53.987 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mgr.smithi087.tjbrfr.log: /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mon.smithi087.log 2024-01-18T07:49:53.987 INFO:teuthology.orchestra.run.smithi087.stderr:/var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mon.smithi087.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T07:49:53.988 INFO:teuthology.orchestra.run.smithi087.stderr: 92.9% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T07:49:53.988 INFO:teuthology.orchestra.run.smithi087.stderr: 93.0% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mgr.smithi087.tjbrfr.log.gz 2024-01-18T07:49:54.005 INFO:teuthology.orchestra.run.smithi071.stderr: 93.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T07:49:54.185 INFO:teuthology.orchestra.run.smithi087.stderr: 92.6% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mon.smithi087.log.gz 2024-01-18T07:49:54.234 INFO:teuthology.orchestra.run.smithi071.stderr: 90.3% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mgr.smithi071.wlolyy.log.gz 2024-01-18T07:49:54.716 INFO:teuthology.orchestra.run.smithi071.stderr: 90.5% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-mon.smithi071.log.gz 2024-01-18T07:49:54.728 INFO:teuthology.orchestra.run.smithi071.stderr: 93.0% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-18T07:49:54.783 INFO:teuthology.orchestra.run.smithi087.stderr: 93.6% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-18T07:49:54.893 INFO:teuthology.orchestra.run.smithi087.stderr: 93.3% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-18T07:49:54.897 INFO:teuthology.orchestra.run.smithi087.stderr: 93.4% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-18T07:49:54.901 INFO:teuthology.orchestra.run.smithi087.stderr: 93.5% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-18T07:49:54.903 INFO:teuthology.orchestra.run.smithi087.stderr: 2024-01-18T07:49:54.903 INFO:teuthology.orchestra.run.smithi087.stderr:real 0m0.937s 2024-01-18T07:49:54.903 INFO:teuthology.orchestra.run.smithi087.stderr:user 0m3.654s 2024-01-18T07:49:54.903 INFO:teuthology.orchestra.run.smithi087.stderr:sys 0m0.150s 2024-01-18T07:49:55.031 INFO:teuthology.orchestra.run.smithi071.stderr: 93.7% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-18T07:49:55.041 INFO:teuthology.orchestra.run.smithi071.stderr: 93.8% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-18T07:49:55.098 INFO:teuthology.orchestra.run.smithi071.stderr: 93.4% -- replaced with /var/log/ceph/a8c010d6-b5d2-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-18T07:49:55.100 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-01-18T07:49:55.100 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m1.135s 2024-01-18T07:49:55.101 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m4.826s 2024-01-18T07:49:55.101 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.200s 2024-01-18T07:49:55.101 INFO:tasks.cephadm:Archiving logs... 2024-01-18T07:49:55.101 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671/remote/ubuntu@smithi071.front.sepia.ceph.com/log 2024-01-18T07:49:55.102 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T07:49:55.857 DEBUG:teuthology.misc:Transferring archived files from smithi087:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671/remote/ubuntu@smithi087.front.sepia.ceph.com/log 2024-01-18T07:49:55.858 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T07:49:56.447 INFO:tasks.cephadm:Removing cluster... 2024-01-18T07:49:56.447 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 --force 2024-01-18T07:49:56.814 DEBUG:teuthology.orchestra.run.smithi087:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a8c010d6-b5d2-11ee-95ae-87774f69a715 --force 2024-01-18T07:49:57.188 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T07:49:57.188 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T07:49:57.205 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T07:49:57.222 INFO:tasks.cephadm:Teardown complete 2024-01-18T07:49:57.223 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-18T07:49:57.234 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_1... 2024-01-18T07:49:57.235 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_1 2024-01-18T07:49:57.369 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T07:49:57.370 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:57.371 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_2... 2024-01-18T07:49:57.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_2 2024-01-18T07:49:57.499 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T07:49:57.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:57.501 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_3... 2024-01-18T07:49:57.501 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_3 2024-01-18T07:49:57.620 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T07:49:57.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:57.622 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi071:/dev/vg_nvme/lv_4... 2024-01-18T07:49:57.623 DEBUG:teuthology.orchestra.run.smithi071:> sudo nvme disconnect -n lv_4 2024-01-18T07:49:57.751 INFO:teuthology.orchestra.run.smithi071.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T07:49:57.753 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:57.754 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-01-18T07:49:57.754 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/scratch_devs 2024-01-18T07:49:57.782 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_1... 2024-01-18T07:49:57.782 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_1 2024-01-18T07:49:57.906 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T07:49:57.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:57.908 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_2... 2024-01-18T07:49:57.908 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_2 2024-01-18T07:49:58.042 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T07:49:58.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:58.043 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_3... 2024-01-18T07:49:58.043 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_3 2024-01-18T07:49:58.167 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T07:49:58.169 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:58.169 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi087:/dev/vg_nvme/lv_4... 2024-01-18T07:49:58.170 DEBUG:teuthology.orchestra.run.smithi087:> sudo nvme disconnect -n lv_4 2024-01-18T07:49:58.285 INFO:teuthology.orchestra.run.smithi087.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T07:49:58.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:58.286 DEBUG:teuthology.orchestra.run.smithi087:> set -ex 2024-01-18T07:49:58.286 DEBUG:teuthology.orchestra.run.smithi087:> sudo dd of=/scratch_devs 2024-01-18T07:49:58.312 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T07:49:58.323 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T07:49:58.323 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T07:49:58.325 DEBUG:teuthology.orchestra.run.smithi087:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T07:49:58.340 INFO:teuthology.orchestra.run.smithi071.stderr:bash: ntpq: command not found 2024-01-18T07:49:58.343 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T07:49:58.344 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-01-18T07:49:58.344 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 +392us[ +391us] +/- 90ms 2024-01-18T07:49:58.344 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv02.front.sepia.ceph.com 3 7 377 64 -1836us[-1837us] +/- 60ms 2024-01-18T07:49:58.344 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 62 +2461us[+2461us] +/- 64ms 2024-01-18T07:49:58.344 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:49:58.368 INFO:teuthology.orchestra.run.smithi087.stderr:bash: ntpq: command not found 2024-01-18T07:49:58.373 INFO:teuthology.orchestra.run.smithi087.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T07:49:58.373 INFO:teuthology.orchestra.run.smithi087.stdout:=============================================================================== 2024-01-18T07:49:58.373 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 2 +168us[ +168us] +/- 91ms 2024-01-18T07:49:58.373 INFO:teuthology.orchestra.run.smithi087.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 -2048us[-1825us] +/- 60ms 2024-01-18T07:49:58.373 INFO:teuthology.orchestra.run.smithi087.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 64 +2241us[+2463us] +/- 64ms 2024-01-18T07:49:58.374 INFO:teuthology.orchestra.run.smithi087.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T07:49:58.374 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T07:49:58.384 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T07:49:58.385 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T07:49:58.395 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-18T07:49:58.468 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:49:58.528 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T07:49:58.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:58.558 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:49:58.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:58.587 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T07:49:58.598 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T07:49:58.608 INFO:teuthology.task.internal:Duration was 2086.595791 seconds 2024-01-18T07:49:58.611 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T07:49:58.622 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T07:49:58.622 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T07:49:58.625 DEBUG:teuthology.orchestra.run.smithi087:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T07:49:58.671 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T07:49:58.673 INFO:teuthology.orchestra.run.smithi087.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T07:49:58.987 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T07:49:58.988 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-01-18T07:49:58.988 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-18T07:49:59.010 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi087.front.sepia.ceph.com 2024-01-18T07:49:59.010 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:49:59.031 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T07:49:59.031 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T07:49:59.053 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T07:49:59.125 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T07:49:59.125 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T07:49:59.128 DEBUG:teuthology.orchestra.run.smithi087:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T07:49:59.279 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T07:49:59.293 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T07:49:59.293 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T07:49:59.320 DEBUG:teuthology.orchestra.run.smithi087:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T07:49:59.348 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T07:49:59.359 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-18T07:49:59.362 DEBUG:teuthology.orchestra.run.smithi087:> 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-01-18T07:49:59.386 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-01-18T07:49:59.414 INFO:teuthology.orchestra.run.smithi087.stdout:kernel.core_pattern = core 2024-01-18T07:49:59.438 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T07:49:59.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:59.461 DEBUG:teuthology.orchestra.run.smithi087:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T07:49:59.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:59.496 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T07:49:59.507 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T07:49:59.508 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671/remote/smithi071 2024-01-18T07:49:59.509 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T07:49:59.558 DEBUG:teuthology.misc:Transferring archived files from smithi087:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671/remote/smithi087 2024-01-18T07:49:59.558 DEBUG:teuthology.orchestra.run.smithi087:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T07:49:59.598 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T07:49:59.599 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T07:49:59.601 DEBUG:teuthology.orchestra.run.smithi087:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T07:49:59.650 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T07:49:59.662 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T07:49:59.663 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T07:49:59.676 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T07:49:59.676 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T07:49:59.679 DEBUG:teuthology.orchestra.run.smithi087:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T07:49:59.693 INFO:teuthology.orchestra.run.smithi071.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 07:49 /home/ubuntu/cephtest 2024-01-18T07:49:59.706 INFO:teuthology.orchestra.run.smithi087.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 07:49 /home/ubuntu/cephtest 2024-01-18T07:49:59.707 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T07:49:59.719 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T07:49:59.742 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T07:49:59.768 DEBUG:teuthology.nuke:shortname: smithi071 2024-01-18T07:49:59.769 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T07:49:59.793 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671', '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-01-18 07:09:48.213380', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFhN6AJwkWImjy/xKTWIMZlqWhrgN79AqNPhzi2B/eA+Rf9PFXzWX/O1Q7kLxwGNGpQXiK2382oBgh6lp6xhMgU='} 2024-01-18T07:49:59.796 DEBUG:teuthology.nuke:shortname: smithi087 2024-01-18T07:49:59.797 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T07:49:59.820 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi087.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519671', '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-01-18 07:09:48.215378', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD5+H/Iu0c3JqKBvl3aVdf+yZ5TDK87fTgR96xHW3PfqZJkvu9wEwtttgnTDZg5IfDs11TZGS2xy7exfFPpRVUI='} 2024-01-18T07:49:59.848 INFO:teuthology.orchestra.console.smithi071:Power off 2024-01-18T07:49:59.848 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T07:49:59.872 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2024-01-18T07:49:59.872 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:49:59.890 INFO:teuthology.orchestra.console.smithi087:Power off 2024-01-18T07:49:59.890 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T07:49:59.899 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-18T07:49:59.913 DEBUG:teuthology.orchestra.console.smithi087:power off output: Chassis Power Control: Down/Off 2024-01-18T07:49:59.914 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:49:59.936 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-01-18T07:50:03.901 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:50:03.937 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:50:04.012 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-18T07:50:04.049 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is on 2024-01-18T07:50:08.016 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:50:08.050 DEBUG:teuthology.orchestra.console.smithi087:pexpect command: ipmitool -H smithi087.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:50:08.127 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2024-01-18T07:50:08.159 DEBUG:teuthology.orchestra.console.smithi087:check power output: Chassis Power is off 2024-01-18T07:50:08.260 INFO:teuthology.orchestra.console.smithi087:Power off completed 2024-01-18T07:50:12.132 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T07:50:12.243 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2024-01-18T07:50:12.344 INFO:teuthology.orchestra.console.smithi071:Power off completed 2024-01-18T07:50:12.448 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2086.5957911014557 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9ca21c828e0245dcb2b29bdef4869448 status: fail success: false 2024-01-18T07:50:12.448 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T07:50:12.563 INFO:teuthology.run:FAIL